From bc008f2071e88fa79425bb8022a1183fc77f0900 Mon Sep 17 00:00:00 2001 From: Reinhard Herzog Date: Thu, 24 May 2018 11:43:15 +0200 Subject: [PATCH] feature two done --- src/de/fraunhofer/iosb/TheTool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/fraunhofer/iosb/TheTool.java b/src/de/fraunhofer/iosb/TheTool.java index 3995d05..9aaf83c 100644 --- a/src/de/fraunhofer/iosb/TheTool.java +++ b/src/de/fraunhofer/iosb/TheTool.java @@ -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"); } }