|
From: Chris G. <ce...@uf...> - 2006-07-10 05:35:11
|
User: j2ee_junkie
Date: 06/07/10 01:35:08
Modified: src/main/org/jboss/security AltClientLoginModule.java
Log:
Ooops! remove introduced spaces
Revision Changes Path
1.7 +2 -2 jbosssx/src/main/org/jboss/security/AltClientLoginModule.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: AltClientLoginModule.java
===================================================================
RCS file: /cvsroot/jboss/jbosssx/src/main/org/jboss/security/AltClientLoginModule.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- AltClientLoginModule.java 10 Jul 2006 04:42:37 -0000 1.6
+++ AltClientLoginModule.java 10 Jul 2006 05:35:08 -0000 1.7
@@ -60,7 +60,7 @@
</ul>
@author Sco...@jb...
- @version $Revision: 1.6 $
+ @version $Revision: 1.7 $
*/
public class AltClientLoginModule implements LoginModule
{
@@ -98,7 +98,7 @@
/* Turn on the server mode which uses thread local storage for
the principal information.
*/
- if( trace )
+ if(trace)
log.trace("Enabling multi-threaded mode");
SecurityAssociationActions.setServer();
}
|