You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/04/02 02:05:50 UTC

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation HTMLEventLinkTransformer.java

joerg       2004/04/01 16:05:50

  Modified:    src/blocks/portal/java/org/apache/cocoon/portal/transformation
                        HTMLEventLinkTransformer.java
  Log:
  fixed javadoc error
  
  Revision  Changes    Path
  1.9       +1 -3      cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation/HTMLEventLinkTransformer.java
  
  Index: HTMLEventLinkTransformer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation/HTMLEventLinkTransformer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HTMLEventLinkTransformer.java	1 Apr 2004 10:25:42 -0000	1.8
  +++ HTMLEventLinkTransformer.java	2 Apr 2004 00:05:50 -0000	1.9
  @@ -157,12 +157,10 @@
           return v;
       }
   
  -
       /**
        * Determine if the element is an url and if the url points to some
        * remote source.
        *
  -     * @param name the name of the element
        * @param attributes the attributes of the element
        * @return true if the href url is an anchor pointing to a remote source
        */