jefft 2003/03/19 23:31:51
Modified: src/java/org/apache/cocoon/components/modules/input
DefaultsModule.java
Log:
Fix javadocs
Revision Changes Path
1.2 +3 -3
cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/DefaultsModule.java
Index: DefaultsModule.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/DefaultsModule.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultsModule.java 19 Mar 2003 08:19:12 -0000 1.1
+++ DefaultsModule.java 20 Mar 2003 07:31:51 -0000 1.2
@@ -66,12 +66,12 @@
/**
* Set a number of constants. To override the values with input from
* another module, combine this one with the ChainMetaModule and an
- * arbitrary number of other modules. IOW this is no "meta" module
- * anymore!
+ * arbitrary number of other modules.
*
* <values>
* <skin>myskin</skin>
* <base>baseurl</base>
+ * ...
* </values>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a>