We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLICommand.getClientCharset
public
1 parent 35082b4 commit 761fa21Copy full SHA for 761fa21
core/src/main/java/hudson/cli/CLICommand.java
@@ -497,7 +497,7 @@ public void setClientCharset(@NonNull Charset encoding) {
497
this.encoding = encoding;
498
}
499
500
- protected @NonNull Charset getClientCharset() throws IOException, InterruptedException {
+ public @NonNull Charset getClientCharset() throws IOException, InterruptedException {
501
if (encoding != null) {
502
return encoding;
503
0 commit comments