You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/01/05 03:29:50 UTC

cvs commit: xml-fop/src/java/org/apache/fop/xml XMLEvent.java SyncedFoXmlEventsBuffer.java

pbwest      2004/01/04 18:29:50

  Modified:    src/java/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design
                        XMLEvent.java SyncedFoXmlEventsBuffer.java
  Log:
  Javadoc cleanup flagged by Eclipse
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +5 -5      xml-fop/src/java/org/apache/fop/xml/Attic/XMLEvent.java
  
  Index: XMLEvent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/xml/Attic/XMLEvent.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- XMLEvent.java	5 Jul 2003 19:12:36 -0000	1.1.2.1
  +++ XMLEvent.java	5 Jan 2004 02:29:50 -0000	1.1.2.2
  @@ -269,7 +269,7 @@
   
       /**
        * Set the <tt>AttributesImpl</tt> object associated with this event.
  -     * @param the <tt>AttributesImpl</tt> object.
  +     * @param attributes the attributes
        */
       public void setAttributes(AttributesImpl attributes) {
           this.attributes = attributes;
  @@ -277,7 +277,7 @@
   
       /**
        * Set the <tt>XMLNamespaces</tt> object associated with this event.
  -     * @param the <tt>XMLNamespaces</tt> object.
  +     * @param namespaces  the XMLNamespaces
        */
       public void setNamespaces(XMLNamespaces namespaces) {
           this.namespaces = namespaces;
  
  
  
  1.1.2.2   +5 -6      xml-fop/src/java/org/apache/fop/xml/Attic/SyncedFoXmlEventsBuffer.java
  
  Index: SyncedFoXmlEventsBuffer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/xml/Attic/SyncedFoXmlEventsBuffer.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SyncedFoXmlEventsBuffer.java	5 Jul 2003 19:12:36 -0000	1.1.2.1
  +++ SyncedFoXmlEventsBuffer.java	5 Jan 2004 02:29:50 -0000	1.1.2.2
  @@ -129,9 +129,9 @@
   
       /**
        * @return next event from the SyncedCircularBuffer
  -     * @exception FOPException.  The purpose of this method is to catch
  -     * and transform any InterruptedException exceptions thrown by the
  -     * <tt>SyncedCircularBuffer</tt>.
  +     * @exception FOPException  exception into which
  +     * any InterruptedException exceptions thrown by the
  +     * <tt>SyncedCircularBuffer</tt> are transformed
        */
       public FoXMLEvent getEvent() throws FOPException {
           FoXMLEvent ev;
  @@ -1037,7 +1037,6 @@
        * @exception FOPException if buffer errors or interrupts occur
        * @exception NoSuchElementException if ENDELEMENT is not the next
        * event detected.  The erroneous event is pushed back.
  -     * @exception NoSuchElementException if end of buffer detected.
        */
       public FoXMLEvent expectEndElement(boolean discardWhiteSpace)
                   throws FOPException
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org