mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
few more formatting fixes
This commit is contained in:
@@ -194,7 +194,7 @@ public class NodePackageAnalyzer extends AbstractFileTypeAnalyzer {
|
|||||||
} else {
|
} else {
|
||||||
LOGGER.warn("JSON value not string or JSON object as expected: {}", value);
|
LOGGER.warn("JSON value not string or JSON object as expected: {}", value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return evidenceStr;
|
return evidenceStr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public class RubyGemspecAnalyzer extends AbstractFileTypeAnalyzer {
|
|||||||
* A descriptor for the type of dependencies processed or added by this analyzer
|
* A descriptor for the type of dependencies processed or added by this analyzer
|
||||||
*/
|
*/
|
||||||
public static final String DEPENDENCY_ECOSYSTEM = "Ruby.Bundle";
|
public static final String DEPENDENCY_ECOSYSTEM = "Ruby.Bundle";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The logger.
|
* The logger.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user