1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Added Id keyword for all java files

This commit is contained in:
Luke Taylor
2007-10-27 00:45:30 +00:00
parent d3b165749f
commit 43fc8e2660
22 changed files with 22 additions and 22 deletions
@@ -21,7 +21,7 @@ import junit.framework.TestCase;
/**
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class AlwaysTestAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -22,7 +22,7 @@ import junit.framework.TestCase;
* DOCUMENT ME!
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -24,7 +24,7 @@ import org.springframework.security.captcha.TestOnceAfterMaxRequestsCaptchaChann
* DOCUMENT ME!
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class TestOnceAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -45,7 +45,7 @@ import org.springframework.dao.DataRetrievalFailureException;
* Tests {@link SiteminderAuthenticationProvider}.
*
* @author Ben Alex
* @version $Id: SiteminderAuthenticationProviderTests.java 1582 2006-07-15 15:18:51Z smccrory $
* @version $Id$
*/
public class SiteminderAuthenticationProviderTests extends TestCase {
//~ Methods ========================================================================================================