jefft 2002/12/21 20:20:28
Modified: src/java/org/apache/avalon/framework/component
Composable.java
Log:
Reword the first bit of Javadoc
Revision Changes Path
1.14 +3 -3
jakarta-avalon/src/java/org/apache/avalon/framework/component/Composable.java
Index: Composable.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/component/Composable.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Composable.java 23 Nov 2002 08:58:58 -0000 1.13
+++ Composable.java 22 Dec 2002 04:20:28 -0000 1.14
@@ -55,9 +55,9 @@
package org.apache.avalon.framework.component;
/**
- * A composer is a class that need to connect to software components using
- * a "role" abstraction, thus not depending on particular implementations
- * but on behavioral interfaces.
+ * A <code>Composable</code> class is one that needs to connect to software
+ * components using a "role" abstraction, thus not depending on particular
+ * implementations but on behavioral interfaces.
* <br />
*
* The contract surrounding a <code>Composable</code> is that it is a user.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>