pbwest 2003/06/20 03:25:32
Modified: src/java/org/apache/fop/apps CommandLineOptions.java
Log:
Array brackets moved
Revision Changes Path
1.5 +1 -1 xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java
Index: CommandLineOptions.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CommandLineOptions.java 17 Jun 2003 16:35:57 -0000 1.4
+++ CommandLineOptions.java 20 Jun 2003 10:25:31 -0000 1.5
@@ -158,7 +158,7 @@
* if processing should stop
* @exception FOPException if there was an error in the format of the options
*/
- private boolean parseOptions(String args[]) throws FOPException {
+ private boolean parseOptions(String[] args) throws FOPException {
for (int i = 0; i < args.length; i++) {
if (args[i].equals("-d") || args[i].equals("--full-error-dump")) {
log = new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]