]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Array brackets moved
authorPeter Bernard West <pbwest@apache.org>
Fri, 20 Jun 2003 10:25:31 +0000 (10:25 +0000)
committerPeter Bernard West <pbwest@apache.org>
Fri, 20 Jun 2003 10:25:31 +0000 (10:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196513 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/CommandLineOptions.java

index f72472d9f6d16104053e9870282cb31f63083036..c13d79dbb7b217e6f910fcf9c0521bb0fc4febea 100644 (file)
@@ -158,7 +158,7 @@ public class CommandLineOptions {
      * 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);