fixed unit test on non-windows

This commit is contained in:
Jeremy Long
2016-09-01 06:12:35 -04:00
parent 9fcf23c802
commit 6a68abbd67
2 changed files with 6 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class AssemblyAnalyzer extends AbstractFileTypeAnalyzer {
*
* @return the list of arguments to begin populating the ProcessBuilder
*/
private List<String> buildArgumentList() {
protected List<String> buildArgumentList() {
// Use file.separator as a wild guess as to whether this is Windows
final List<String> args = new ArrayList<String>();
if (!SystemUtils.IS_OS_WINDOWS) {