Author: denis.forveille
Date: 2010-04-22 21:12:14 -0400 (Thu, 22 Apr 2010)
New Revision: 12600
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml
Log:
JBSEAM-4461
Replace "public class Authenticator" by "public interface
Authenticator"
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml
===================================================================
---
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml 2010-04-23
01:08:04 UTC (rev 12599)
+++
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Configuration.xml 2010-04-23
01:12:14 UTC (rev 12600)
@@ -499,7 +499,7 @@
import javax.ejb.Local;
@Local
-public class Authenticator
+public interface Authenticator
{
boolean authenticate();
}
Show replies by date