ソースを参照

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年前
コミット
f560e607bd
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/java/org/apache/fop/apps/CommandLineOptions.java

+ 1
- 1
src/java/org/apache/fop/apps/CommandLineOptions.java ファイルの表示

@@ -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);

読み込み中…
キャンセル
保存