Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Delete "@Version $Id$" from Subversion days.
- Loading branch information
Gary Gregory
committed
Mar 10, 2022
1 parent
9e02f43
commit b7b24a80dd2c8faaa52724b91b55dc4ec83a6838
Showing
17 changed files
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.agility; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public interface Controller { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.agility; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ProcessException extends RuntimeException { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.agility; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public interface Request { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.agility; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public interface RequestHandler { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.agility; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public interface Response { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,7 +23,6 @@ | ||
import org.apache.commons.chain2.impl.CatalogBase; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ControllerCatalog extends CatalogBase<String, Object, RequestContext> | ||
implements Controller { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -24,7 +24,6 @@ | ||
import org.apache.commons.chain2.cookbook.agility.Response; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class HandlerCommand implements Command<String, Object, RequestContext>, | ||
RequestHandler { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -21,7 +21,6 @@ | ||
import org.apache.commons.chain2.impl.ContextBase; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class RequestContext extends ContextBase implements Request { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,6 @@ | ||
import org.apache.commons.chain2.impl.ContextBase; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ResponseContext extends ContextBase implements Response { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,7 +22,6 @@ | ||
import java.util.Locale; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class MailReader extends ContextBase { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -28,7 +28,6 @@ | ||
import java.io.IOException; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class MailReaderServlet extends HttpServlet { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -24,7 +24,6 @@ | ||
import java.io.Writer; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class LocaleChange implements Command<String, Object, MailReader> { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,7 +23,6 @@ | ||
import java.io.IOException; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class LogonUser implements Command<String, Object, MailReader> { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,7 +23,6 @@ | ||
import java.io.IOException; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ProfileCheck implements Command<String, Object, MailReader> { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,7 +17,6 @@ | ||
package org.apache.commons.chain2.cookbook.profile; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class Profile { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,6 @@ | ||
import org.apache.commons.chain2.Processing; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ProfileCheck implements Command<String, Object, ProfileContext> { | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -19,7 +19,6 @@ | ||
import org.apache.commons.chain2.impl.ContextBase; | ||
|
||
/** | ||
* @version $Id$ | ||
*/ | ||
public class ProfileContext extends ContextBase { | ||
|
||