Skip to content

Commit

Permalink
See #24: minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochiaramello committed May 29, 2020
1 parent f57405f commit 51f30c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/ocl/util/CheckXMLConsistency.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public void IDUniqueness(Profile EQ, Profile TP, Profile SSH, Profile SV) throws
);
results.add(evaluationResult);
}
writeJsonResults(results);
if(results.size()!=0)
writeJsonResults(results);
}

/**
Expand Down

0 comments on commit 51f30c7

Please sign in to comment.