mirror of https://github.com/apache/maven.git
avoid infinite loop
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6536d96a55
commit
758ed8aa6b
|
@ -62,7 +62,7 @@ public class ErrorDiagnostics
|
|||
{
|
||||
errorProcessed = true;
|
||||
|
||||
message = diagnose( error );
|
||||
message = diagnoser.diagnose( error );
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue