mcconnell 2002/12/27 17:33:04
Modified: merlin/src/java/org/apache/avalon/merlin/kernel Kernel.java
Log:
removed redundant operations
Revision Changes Path
1.3 +2 -13
avalon-sandbox/merlin/src/java/org/apache/avalon/merlin/kernel/Kernel.java
Index: Kernel.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/merlin/src/java/org/apache/avalon/merlin/kernel/Kernel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kernel.java 19 Dec 2002 10:50:17 -0000 1.2
+++ Kernel.java 28 Dec 2002 01:33:04 -0000 1.3
@@ -56,7 +56,7 @@
* <p><b>UML</b></p>
* <p><image src="doc-files/Kernel.gif" border="0"/></p>
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Avalon Development
Team</a>
* @version $Revision$ $Date$
*/
public interface Kernel
@@ -74,16 +74,5 @@
* The context key for the path to the configuration.
*/
public static final String PATH_KEY = "path";
-
- //=======================================================================
- // interface
- //=======================================================================
-
- /**
- * Method invoked to request validation of the application.
- *
- * @exception Exception if a validation failure occurs
- */
- //void verify() throws Exception;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>