-
Incident report
-
Resolution: Fixed
-
Minor
-
3.4.0alpha1
-
Sprint 1
(CID 155655)
System.out.printf("%s v%s (revision %s) (%s)\n", APPLICATION_NAME, VERSION, REVISION, REVISION_DATE);
This format string include a newline character (\n). In format strings, it is generally preferable better to use %n, which will produce the platform-specific line separator.