--- plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/Commandline.java.sav0 2007-01-09 19:15:04.000000000 +0100 +++ plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/Commandline.java 2008-01-03 14:03:41.000000000 +0100 @@ -91,7 +91,7 @@ } else { - return (String[]) getShell().getShellCommandLine( executable, getArguments() ).toArray( new String[0] ); + return (String[]) getShell().getShellCommandLine( getArguments() ).toArray( new String[0] ); } } @@ -106,14 +106,14 @@ this.shell = shell; } - /** - * Get the shell to be used in this command line. - * - * @since 1.2 - */ - public Shell getShell() - { - return shell; - } +// /** +// * Get the shell to be used in this command line. +// * +// * @since 1.2 +// */ +// public Shell getShell() +// { +// return shell; +// } }