[jboss-cvs] jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace ...
Gavin King
gavin.king at jboss.com
Tue Jan 30 18:58:07 EST 2007
User: gavin
Date: 07/01/30 18:58:07
Modified: examples/seamspace/src/org/jboss/seam/example/seamspace
Authenticator.java
Log:
@Synchronized makes no sense on event scoped object
Revision Changes Path
1.9 +0 -3 jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace/Authenticator.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Authenticator.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace/Authenticator.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Authenticator.java 30 Jan 2007 23:56:06 -0000 1.8
+++ Authenticator.java 30 Jan 2007 23:58:07 -0000 1.9
@@ -10,15 +10,12 @@
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Out;
-import org.jboss.seam.annotations.Synchronized;
-import org.jboss.seam.core.FacesMessages;
/**
* Authenticator bean - authenticates the user against the database
*
* @author Shane Bryzak
*/
- at Synchronized
@Name("authenticator")
public class Authenticator
{
More information about the jboss-cvs-commits
mailing list