Skip to content

Commit 530e753

Browse files
committed
Fix modifier order
Signed-off-by: Alex Saveau <[email protected]>
1 parent 782800c commit 530e753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/util/GoogleApiHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void onResult(@NonNull R result) {
6868
}
6969
}
7070

71-
protected static abstract class ExceptionForwarder<TResult> implements OnSuccessListener<TResult>, OnFailureListener {
71+
protected abstract static class ExceptionForwarder<TResult> implements OnSuccessListener<TResult>, OnFailureListener {
7272
private TaskCompletionSource mSource;
7373

7474
public ExceptionForwarder(TaskCompletionSource source) {

0 commit comments

Comments
 (0)