Explorar el Código

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 hace 21 años
padre
commit
f560e607bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/java/org/apache/fop/apps/CommandLineOptions.java

+ 1
- 1
src/java/org/apache/fop/apps/CommandLineOptions.java Ver fichero

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

Cargando…
Cancelar
Guardar