cziegeler    01/09/24 02:34:43

  Modified:    src/org/apache/cocoon/components/language/markup
                        Logicsheet.java
               src/org/apache/cocoon/components/source URLSource.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  1.7       +7 -7      
xml-cocoon2/src/org/apache/cocoon/components/language/markup/Logicsheet.java
  
  Index: Logicsheet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/Logicsheet.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Logicsheet.java   2001/08/31 13:48:57     1.6
  +++ Logicsheet.java   2001/09/24 09:34:43     1.7
  @@ -50,7 +50,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ricardo Rocha</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Davanum Srinivas</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ovidiu Predescu</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2001/08/31 13:48:57 $
  + * @version CVS $Revision: 1.7 $ $Date: 2001/09/24 09:34:43 $
    */
   public class Logicsheet extends AbstractLoggable
   {
  @@ -58,7 +58,7 @@
      * The Source object for this logicsheet.
      */
     Source source;
  -  
  +
     /**
      * the template namespace's list
      */
  @@ -86,7 +86,7 @@
         getLogger().error("Cannot obtain XSLTProcessor component: " + e);
       }
     }
  -  
  +
     /**
      * Creates a new <code>Logicsheet</code> instance given an URL to
      * containing the logicsheet, the {@link
  @@ -119,12 +119,12 @@
         getLogger().error("Cannot obtain XSLTProcessor component: " + e);
       }
     }
  -  
  +
     public String getSystemId()
     {
       return source.getSystemId();
     }
  -  
  +
     /**
      * This will return the list of namespaces in this logicsheet.
      */
  @@ -187,7 +187,7 @@
       }
   
       /**
  -     * @see ContentHandler
  +     * @see org.xml.sax.ContentHandler
        */
       public void startDocument ()
         throws SAXException
  @@ -196,7 +196,7 @@
       }
   
       /**
  -     * @see ContentHandler
  +     * @see org.xml.sax.ContentHandler
        */
       public void startPrefixMapping(String prefix, String uri)
         throws SAXException
  
  
  
  1.15      +4 -5      
xml-cocoon2/src/org/apache/cocoon/components/source/URLSource.java
  
  Index: URLSource.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/source/URLSource.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- URLSource.java    2001/09/08 04:46:13     1.14
  +++ URLSource.java    2001/09/24 09:34:43     1.15
  @@ -33,7 +33,7 @@
    * Description of a source which is described by an URL.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.14 $ $Date: 2001/09/08 04:46:13 $
  + * @version CVS $Revision: 1.15 $ $Date: 2001/09/24 09:34:43 $
    */
   
   public final class URLSource implements ModifiableSource {
  @@ -128,7 +128,7 @@
       /**
        * Return an <code>InputStream</code> object to read from the source.
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
        * @throws IOException if I/O error occured.
        */
  @@ -215,7 +215,7 @@
       /**
        * Return a new <code>InputSource</code> object
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
        * @throws IOException if I/O error occured.
        */
  @@ -310,9 +310,8 @@
       /**
        * Stream content to a content handler or to an XMLConsumer.
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
  -     * @throws IOException if I/O error occured.
        * @throws SAXException if failed to parse source document.
        */
       public void toSAX(ContentHandler handler)
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to