donaldp 01/03/15 03:20:59 Modified: src/java/org/apache/avalon Initializable.java Log: Updated docs. Revision Changes Path 1.2 +1 -4 jakarta-avalon/src/java/org/apache/avalon/Initializable.java Index: Initializable.java =================================================================== RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/Initializable.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Initializable.java 2001/02/24 04:01:45 1.1 +++ Initializable.java 2001/03/15 11:20:58 1.2 @@ -20,10 +20,7 @@ public interface Initializable { /** - * Initialize the service. This method is guaranteed to be called always - * after methods in <code>Configurable</code> and <code>Component</code>, - * if the class implements those interfaces and before the run() method - * if the class implements <code>Runnable</code>. + * Initialize the service. */ void init() throws Exception; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]