Skip to content

Commit

Permalink
Merge pull request #105 from itesla/nomont-patch-1
Browse files Browse the repository at this point in the history
Update PrintOnlineWorkflowSummaryTable.java
  • Loading branch information
mathbagu committed Oct 21, 2016
2 parents ea48791 + 114cc7e commit 9012629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public int compare(String o1, String o2) {
cvsWriter.writeRecord(headers);
// cycle over the workflows
for (String workflowId : workflowsIds) {
System.out.println("Printing violations and failues of workflow " + workflowId);
System.out.println("Printing violations and failures of workflow " + workflowId);
Network basecase = onlinedb.getState(workflowId, 0);
String basecaseId = basecase.getId();
// print pre-contingency violations
Expand Down

0 comments on commit 9012629

Please sign in to comment.