mirror of https://github.com/apache/maven.git
Fix checkstyle issue
This commit is contained in:
parent
0f3c39b8ed
commit
f4fd031828
|
@ -497,7 +497,8 @@ public class DefaultModelBuilder
|
||||||
|
|
||||||
problems.add( new ModelProblemCollectorRequest( Severity.ERROR, Version.BASE ).setMessage(
|
problems.add( new ModelProblemCollectorRequest( Severity.ERROR, Version.BASE ).setMessage(
|
||||||
"Failed to interpolate file location " + path + ": " + e.getMessage() ).setLocation(
|
"Failed to interpolate file location " + path + ": " + e.getMessage() ).setLocation(
|
||||||
activationFile.getLocation( StringUtils.isNotEmpty( activationFile.getExists() ) ? "exists" : "missing" ) )
|
activationFile.getLocation( StringUtils.isNotEmpty( activationFile.getExists() )
|
||||||
|
? "exists" : "missing" ) )
|
||||||
.setException( e ) );
|
.setException( e ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue