[GIT] ppl/ppl(master): Punctuation.

Module: ppl/ppl Branch: master Commit: 02983e9e2fc41f467f01dad604b4a95ce8c0b927 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=02983e9e2fc41...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sun Oct 27 20:41:17 2013 +0100
Punctuation.
---
interfaces/Java/tests/Test_Executor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interfaces/Java/tests/Test_Executor.java b/interfaces/Java/tests/Test_Executor.java index 1f533fa..fabb2ef 100644 --- a/interfaces/Java/tests/Test_Executor.java +++ b/interfaces/Java/tests/Test_Executor.java @@ -55,7 +55,7 @@ public class Test_Executor { } } catch (Exception e) { - System.out.println("Unexpected exception caught."); + System.out.println("Unexpected exception caught:"); System.out.println(e.getMessage()); return false; }
participants (1)
-
Roberto Bagnara