[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security/spi ...
Gavin King
gavin.king at jboss.com
Tue Jan 9 03:07:02 EST 2007
User: gavin
Date: 07/01/09 03:07:02
Modified: src/main/org/jboss/seam/security/spi SeamLoginModule.java
Log:
minor cleanups
Revision Changes Path
1.4 +0 -2 jboss-seam/src/main/org/jboss/seam/security/spi/SeamLoginModule.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SeamLoginModule.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/spi/SeamLoginModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- SeamLoginModule.java 9 Jan 2007 03:29:56 -0000 1.3
+++ SeamLoginModule.java 9 Jan 2007 08:07:02 -0000 1.4
@@ -106,7 +106,6 @@
/**
* Returns the authentication method param types as a Class array.
*
- * @return
* @throws ClassNotFoundException
*/
public Class[] getLoginParamTypes()
@@ -127,7 +126,6 @@
* Override this method if this isn't a standard username/password-based
* authentication.
*
- * @return
* @throws Exception
*/
public Object[] getLoginParams()
More information about the jboss-cvs-commits
mailing list