cziegeler 2002/12/06 01:20:20
Modified: src/java/org/apache/cocoon/components
CocoonComponentManager.java
src/java/org/apache/cocoon/components/modules/input
AbstractJXPathModule.java
Log:
Fixing javadocs
Revision Changes Path
1.45 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java
Index: CocoonComponentManager.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- CocoonComponentManager.java 4 Dec 2002 09:48:40 -0000 1.44
+++ CocoonComponentManager.java 6 Dec 2002 09:20:20 -0000 1.45
@@ -178,7 +178,7 @@
* The hook is called by the Cocoon component and by the
* cocoon protocol implementation.
* @param key A unique key within this thread return by
- * {@link startProcessing(Environment)}.
+ * {@link #startProcessing(Environment)}.
*/
public static void endProcessing(Environment env, Object key) {
EnvironmentDescription desc = (EnvironmentDescription)key;
1.6 +1 -2 xml-cocoon2/src/java/org/apache/cocoon/components/modules/input/AbstractJXPathModule.java
Index: AbstractJXPathModule.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/modules/input/AbstractJXPathModule.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractJXPathModule.java 5 Dec 2002 10:01:04 -0000 1.5
+++ AbstractJXPathModule.java 6 Dec 2002 09:20:20 -0000 1.6
@@ -183,7 +183,6 @@
* @param context a <code>JXPathContext</code> value
* @param conf a <code>Configuration</code> value holding local
* packages and functions.
- * @exception ConfigurationException if an error occurs
*/
protected void setupExtensions(JXPathContext context, Configuration conf) {
----------------------------------------------------------------------
In case of troubles, e-mail: webmaster@xml.apache.org
To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org
|