mcconnell 2004/01/08 08:35:37
Modified: merlin/activation/api/src/java/org/apache/avalon/activation/appliance
Block.java
Log:
Remove cruft.
Revision Changes Path
1.4 +1 -31
avalon/merlin/activation/api/src/java/org/apache/avalon/activation/appliance/Block.java
Index: Block.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/activation/api/src/java/org/apache/avalon/activation/appliance/Block.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Block.java 29 Dec 2003 14:31:21 -0000 1.3
+++ Block.java 8 Jan 2004 16:35:37 -0000 1.4
@@ -50,9 +50,6 @@
package org.apache.avalon.activation.appliance;
-import java.net.URL;
-
-import org.apache.avalon.composition.model.Model;
import org.apache.avalon.composition.model.ContainmentModel;
/**
@@ -69,32 +66,5 @@
* @return the containment model
*/
ContainmentModel getContainmentModel();
-
- /**
- * Add a model as a child to this block.
- * WARNING: this method may/will be removed
- * @param model the model to add as a child of the block
- * @return the appliance established to handle the model
- * @exception ApplianceException if a error occurs
- */
- //Appliance addModel( Model model ) throws ApplianceException;
-
- /**
- * Add a model as a child to this block.
- * WARNING: this method may/will be removed
- * @param url the model url
- * @return the appliance established to handle the model
- * @exception ApplianceException if a error occurs
- */
- //Appliance addModel( URL url ) throws ApplianceException;
-
- /**
- * Add a model as a child to this block.
- * WARNING: this method may/will be removed
- * @param url the model url
- * @return the appliance established to handle the model
- * @exception ApplianceException if a error occurs
- */
- //void removeAppliance( String name ) throws ApplianceException;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]