tim         2004/01/21 08:44:05

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/transformation
                        WoodyPipelineConfig.java
  Log:
  Javadoc fixes (@see -> @link).
  
  Revision  Changes    Path
  1.4       +7 -7      
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/transformation/WoodyPipelineConfig.java
  
  Index: WoodyPipelineConfig.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/transformation/WoodyPipelineConfig.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WoodyPipelineConfig.java  31 Dec 2003 04:23:09 -0000      1.3
  +++ WoodyPipelineConfig.java  21 Jan 2004 16:44:05 -0000      1.4
  @@ -162,7 +162,7 @@
       }
   
       /**
  -     * Overloads [EMAIL PROTECTED] #findForm(String)} by setting the 
jxpath-expression to null
  +     * Overloads [EMAIL PROTECTED] #findForm(String)} by setting the 
jxpath-expression to null
        */
       public Form findForm() throws SAXException {
           return this.findForm(null);
  @@ -180,11 +180,11 @@
        * @return the found form if found
        * @throws SAXException in any of the following cases:
        * <ul><li>The provided jxpathExpression (if not null) not point to a
  -     * [EMAIL PROTECTED] Form} instance.</li>
  -     * <li>The request is not holding a [EMAIL PROTECTED] Form} instance 
under the key 
  +     * [EMAIL PROTECTED] Form} instance.</li>
  +     * <li>The request is not holding a [EMAIL PROTECTED] Form} instance 
under the key 
        * specified by 'attribute-name' (if specified)</li>
        * <li>Both jxpathExpression and 'attribute-name' were not specified AND
  -     * also the default location was not holding a valid [EMAIL PROTECTED] 
Form} instance.</li>
  +     * also the default location was not holding a valid [EMAIL PROTECTED] 
Form} instance.</li>
        * </ol> 
        */
       public Form findForm(String jxpathExpression) throws SAXException {
  @@ -218,7 +218,7 @@
       /**
        * Replaces JXPath expressions embedded inside #{ and } by their value.
        * This will parse the passed String looking for #{} occurences and then
  -     * uses the [EMAIL PROTECTED] #evaluateExpression(String)} to evaluate 
the found expression.
  +     * uses the [EMAIL PROTECTED] #evaluateExpression(String)} to evaluate 
the found expression.
        * 
        * @return the original String with it's #{}-parts replaced by the 
evaulated results.
        */
  @@ -300,7 +300,7 @@
        * The value for the wi:form-generated/@action. 
        * Note: wi:form-template copies this from its wt:form-template 
counterpart.
        *  
  -     * @return the [EMAIL PROTECTED] #translateText(String)} result of the 
'form-action' sitemap 
  +     * @return the [EMAIL PROTECTED] #translateText(String)} result of the 
'form-action' sitemap 
        * parameter to the pipeline component, or null if that parameter was 
not set.
        */
       public String getFormAction() {
  
  
  

Reply via email to