Skip to content

Commit

Permalink
refactor in visu
Browse files Browse the repository at this point in the history
  • Loading branch information
simonAllier committed Mar 19, 2014
1 parent f6b8e5a commit 37b70e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/inria/diversify/DiversifyMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void initAndRunBuilder() throws Exception {
if(repo.equals("null"))
abstractDiversify.printResult(DiversifyProperties.getProperty("result"));
else
abstractDiversify.printResult(DiversifyProperties.getProperty("result"),repo+"/diversify-exp");
abstractDiversify.printResult(DiversifyProperties.getProperty("result"),repo+"/sosie-exp");
}

protected AbstractDiversify initAbstractDiversify() throws Exception {
Expand Down

0 comments on commit 37b70e0

Please sign in to comment.