kopia lustrzana https://github.com/gaul/s3proxy
Reduce visibility of methods
rodzic
1cacf66cf8
commit
d66b539f2c
|
@ -86,15 +86,15 @@ enum S3ErrorCode {
|
|||
this.message = requireNonNull(message);
|
||||
}
|
||||
|
||||
public String getErrorCode() {
|
||||
String getErrorCode() {
|
||||
return errorCode;
|
||||
}
|
||||
|
||||
public int getHttpStatusCode() {
|
||||
int getHttpStatusCode() {
|
||||
return httpStatusCode;
|
||||
}
|
||||
|
||||
public String getMessage() {
|
||||
String getMessage() {
|
||||
return message;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue