kopia lustrzana https://github.com/gaul/s3proxy
Remove redundant private modifier from enum
rodzic
a7d1a465d7
commit
22d57b1f18
|
@ -77,7 +77,7 @@ enum S3ErrorCode {
|
|||
private final int httpStatusCode;
|
||||
private final String message;
|
||||
|
||||
private S3ErrorCode(int httpStatusCode, String message) {
|
||||
S3ErrorCode(int httpStatusCode, String message) {
|
||||
this.errorCode = CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL,
|
||||
name());
|
||||
this.httpStatusCode = httpStatusCode;
|
||||
|
|
Ładowanie…
Reference in New Issue