Skip to content

Commit 84a1d5f

Browse files
committed
Adding commit due to forgetting to use the -r flag
2 parents 9bf6ec9 + c6faa97 commit 84a1d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/src/main/java/com/spectralogic/ds3client/commands/AbstractResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void checkStatusCode(final int ... expectedStatuses) throws IOException {
6464
}
6565
}
6666

67-
int getStatusCode() {
67+
public int getStatusCode() {
6868
return this.response.getStatusCode();
6969
}
7070

0 commit comments

Comments
 (0)