You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
+13-6
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ public CompilerResult performCompile( CompilerConfiguration config )
151
151
{
152
152
args.add( "-parameters" );
153
153
}
154
-
154
+
155
155
if(config.isFailOnWarning())
156
156
{
157
157
args.add("-failOnWarning");
@@ -184,9 +184,9 @@ public CompilerResult performCompile( CompilerConfiguration config )
0 commit comments