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:27:33 UTC

cvs commit: xml-fop/src/java/org/apache/fop/apps CommandLineStarter.java

pbwest      2004/01/04 18:27:33

  Modified:    src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design
                        CommandLineStarter.java
  Log:
  Removed spurious exception in throws clause.
  Javadocs cleanup.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.3   +1 -3      xml-fop/src/java/org/apache/fop/apps/Attic/CommandLineStarter.java
  
  Index: CommandLineStarter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/Attic/CommandLineStarter.java,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- CommandLineStarter.java	10 Jul 2003 11:26:28 -0000	1.3.2.2
  +++ CommandLineStarter.java	5 Jan 2004 02:27:33 -0000	1.3.2.3
  @@ -60,10 +60,8 @@
   
       /**
        * Empty constructor.
  -     * 
  -     * @throws FOPException
        */
  -    public CommandLineStarter() throws FOPException {
  +    public CommandLineStarter() {
       }
   
   }
  
  
  

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