donaldp 2002/08/31 06:33:57
Modified: info/src/java/org/apache/avalon/framework/info
ComponentDescriptor.java
Log:
Ooops - example was wrong. Thanks for heads up!
Revision Changes Path
1.2 +2 -2
jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/ComponentDescriptor.java
Index: ComponentDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/ComponentDescriptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ComponentDescriptor.java 31 Aug 2002 08:17:00 -0000 1.1
+++ ComponentDescriptor.java 31 Aug 2002 13:33:57 -0000 1.2
@@ -44,7 +44,7 @@
*
* ComponentDescriptor cd = ...;
* String lifestyle = cd.getAttribute( LIFESTYLE, "single-threaded" );
- * String scope = cd.getAttribute( LIFESTYLE, null );
+ * String scope = cd.getAttribute( SCOPE, null );
* </pre>
*
* @author <a href="mailto:peter at apache.org">Peter Donald</a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>