Browse Source

Array brackets moved


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196513 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Peter Bernard West 21 years ago
parent
commit
f560e607bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/java/org/apache/fop/apps/CommandLineOptions.java

+ 1
- 1
src/java/org/apache/fop/apps/CommandLineOptions.java View 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);

Loading…
Cancel
Save