pier 2004/03/31 02:20:38
Modified: src/kernel/org/apache/cocoon/kernel/composition Wirings.java
Log:
Small JavaDOC fix.
Revision Changes Path
1.2 +2 -1
cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java
Index: Wirings.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/kernel/org/apache/cocoon/kernel/composition/Wirings.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Wirings.java 30 Mar 2004 13:30:37 -0000 1.1
+++ Wirings.java 31 Mar 2004 10:20:38 -0000 1.2
@@ -94,6 +94,7 @@
* [EMAIL PROTECTED] Wirings} must be castable to.
* @param name the block's wiring name as required in the block's
* descriptor.
+ * @return a <b>non null</b> [EMAIL PROTECTED] Wire} implementing the
specified role.
* @throws WiringException if an error occurred creating the instance.
*/
public Wire lookup(Class role, String name)