Final polish before 1.0.0.RC1

This commit is contained in:
Phillip Webb
2014-01-21 13:30:23 -08:00
parent 853b0a8027
commit ac54d7fe3c
67 changed files with 390 additions and 218 deletions

View File

@@ -106,7 +106,7 @@ public final class CommandLineInvoker {
lines.add(line);
}
}
catch (IOException e) {
catch (IOException ex) {
throw new RuntimeException("Failed to read standard output");
}
return lines;