Skip to content

Commit 5b38f33

Browse files
committed
Cleanup redundant null checks and fix encoding inconsistencies
Signed-off-by: shbhmexe <shubhushukla586@gmail.com>
1 parent 7e7b064 commit 5b38f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/hudson/model/StreamBuildListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public StreamBuildListener(File out, Charset charset) throws IOException {
4848
}
4949

5050
/**
51-
* @deprecated as of 2.540
51+
* @deprecated as of TODO
5252
* The caller should use
5353
* {@link #StreamBuildListener(OutputStream, Charset)} to pass in
5454
* the charset and output stream separately, so that this class can

core/src/main/java/hudson/util/StreamTaskListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public StreamTaskListener(@NonNull PrintStream out) {
7676
}
7777

7878
/**
79-
* @deprecated as of 2.540
79+
* @deprecated as of TODO
8080
* The caller should use
8181
* {@link #StreamTaskListener(OutputStream, Charset)} to pass in
8282
* the charset and output stream separately, so that this class can

0 commit comments

Comments
 (0)