You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/12/06 10:20:02 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/modules/input AbstractJXPathModule.java

cziegeler    2002/12/06 01:20:01

  Modified:    src/java/org/apache/cocoon/components Tag:
                        cocoon_2_0_3_branch CocoonComponentManager.java
               src/java/org/apache/cocoon/components/modules/input Tag:
                        cocoon_2_0_3_branch AbstractJXPathModule.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.9  +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.13.2.8
  retrieving revision 1.13.2.9
  diff -u -r1.13.2.8 -r1.13.2.9
  --- CocoonComponentManager.java	4 Dec 2002 09:56:25 -0000	1.13.2.8
  +++ CocoonComponentManager.java	6 Dec 2002 09:20:01 -0000	1.13.2.9
  @@ -169,7 +169,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;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +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.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- AbstractJXPathModule.java	30 Nov 2002 10:21:39 -0000	1.3.2.2
  +++ AbstractJXPathModule.java	6 Dec 2002 09:20:01 -0000	1.3.2.3
  @@ -193,7 +193,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