Skip to content

Commit

Permalink
Merge pull request #13 from rhzg/issue-5
Browse files Browse the repository at this point in the history
feature two done
closes #5
  • Loading branch information
rhzg authored May 24, 2018
2 parents ee2381e + bc008f2 commit 85ba7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/fraunhofer/iosb/TheTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(final String[] args) {
i = i + 1;
System.out.println("This is release " + version + " of TheTool");
System.out.println("feature one done");
System.out.println("feature two done");
System.out.println("feature two is now realy done");
}

}

0 comments on commit 85ba7f9

Please sign in to comment.