Skip to content

Commit 99e3c17

Browse files
authored
Make exception within UserStateDetails public (#3628)
1 parent 18422eb commit 99e3c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client/UserStateDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected void setException(Exception exception) {
4343
this.exception = exception;
4444
}
4545

46-
protected Exception getException() {
46+
public Exception getException() {
4747
return this.exception;
4848
}
4949

0 commit comments

Comments
 (0)