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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]