Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-40922] Findbugs
  • Loading branch information
stephenc committed Jan 9, 2017
1 parent a6c7ac3 commit 1bb1b0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -281,7 +281,7 @@ public AnnotatedLargeText<FolderComputation<I>> getEventsText() {
ByteBuffer buffer = new ByteBuffer();
try {
buffer.write(
String.format("No events as of %tc, waiting for events...\n", new Date())
String.format("No events as of %tc, waiting for events...%n", new Date())
.getBytes(Charsets.UTF_8)
);
return new AnnotatedLargeText<FolderComputation<I>>(buffer, Charsets.UTF_8, false, this);
Expand Down

0 comments on commit 1bb1b0e

Please sign in to comment.