vgritsenko    2003/10/29 06:15:21

  Modified:    src/blocks/slide/java/org/apache/cocoon/components/source
                        TraversableSource.java
  Log:
  Javadoc comment
  
  Revision  Changes    Path
  1.6       +3 -3      
cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/TraversableSource.java
  
  Index: TraversableSource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/source/TraversableSource.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TraversableSource.java    23 Oct 2003 10:37:27 -0000      1.5
  +++ TraversableSource.java    29 Oct 2003 14:15:21 -0000      1.6
  @@ -79,8 +79,8 @@
       public String getChildSource(int index)  throws SourceException;
   
       /**
  -     * Return the system if of the parent source. The method should return
  -     * null if the source hasn't a parent. 
  +     * Return the system id of the parent source. The method should return
  +     * null if the source has no parent.
        */
       public String getParentSource();
   }
  
  
  

Reply via email to