mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
checkstyle corrections
Former-commit-id: 2326fa7a3cf7e2e478a4fd0edf773a449e8688a6
This commit is contained in:
@@ -54,7 +54,7 @@ public final class PomUtils {
|
|||||||
public static Model readPom(File file) throws AnalysisException {
|
public static Model readPom(File file) throws AnalysisException {
|
||||||
Model model = null;
|
Model model = null;
|
||||||
try {
|
try {
|
||||||
PomParser parser = new PomParser();
|
final PomParser parser = new PomParser();
|
||||||
model = parser.parse(file);
|
model = parser.parse(file);
|
||||||
} catch (PomParseException ex) {
|
} catch (PomParseException ex) {
|
||||||
final String msg = String.format("Unable to parse pom '%s'", file.getPath());
|
final String msg = String.format("Unable to parse pom '%s'", file.getPath());
|
||||||
|
|||||||
Reference in New Issue
Block a user