Commit 6ef5c87
authored
fix: prevent NPE when checking requester pays status (#850)
Fixes a NullPointerException introduced in #841 which occured when trying
to check the the requesterPays status of a file while authenticated with an
invalid service account.
Refs: #849, #8411 parent d18b018 commit 6ef5c87
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- java-storage-nio/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
970 | | - | |
| 970 | + | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
974 | 976 | | |
975 | 977 | | |
976 | 978 | | |
| |||
0 commit comments