Skip to content

Commit 48ac162

Browse files
committed
Fix typo in JavacCompiler::parseModernStream comment
1 parent 9de0910 commit 48ac162

File tree

1 file changed

+1
-1
lines changed
  • plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac

1 file changed

+1
-1
lines changed

plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavacCompiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ static List<CompilerMessage> parseModernStream(int exitCode, BufferedReader inpu
649649

650650
if (line == null) {
651651
// javac output not detected by other parsing
652-
// maybe better to ignore only the summary an mark the rest as error
652+
// maybe better to ignore only the summary and mark the rest as error
653653
String bufferAsString = buffer.toString();
654654
if (buffer.length() > 0) {
655655
if (bufferAsString.startsWith("javac:")) {

0 commit comments

Comments
 (0)