mcconnell 2003/02/10 23:11:53
Modified: src/java/org/apache/avalon/framework/component
WrapperComponentManager.java
Log:
Added missibng javadoc.
Revision Changes Path
1.12 +8 -3
avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java
Index: WrapperComponentManager.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- WrapperComponentManager.java 10 Feb 2003 07:19:15 -0000 1.11
+++ WrapperComponentManager.java 11 Feb 2003 07:11:52 -0000 1.12
@@ -74,6 +74,11 @@
*/
private final ServiceManager m_manager;
+ /**
+ * Creation of a new wrapper component amanger using a supplied
+ * service manager as a source backing the wrapped.
+ * @param manager the service manager backing the wrapper.
+ */
public WrapperComponentManager( final ServiceManager manager )
{
if( null == manager )
@@ -111,8 +116,8 @@
throw new ComponentException( se.getKey(), se.getMessage(),
se.getCause() );
}
- final String message = "Role does not implement the Component " +
- "interface and thus can not be accessed via ComponentManager";
+ final String message = "Role does not implement the Component "
+ + "interface and thus can not be accessed via ComponentManager";
throw new ComponentException( key, message );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]