Skip to content

Commit 3c7f7c9

Browse files
authored
---
yaml --- r: 5299 b: refs/heads/master c: b9152e5 h: refs/heads/master i: 5297: f54bdfc 5295: f9d2f65
1 parent 2e77b6d commit 3c7f7c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6ef3ec8dbfb8b9c63be14f2d5ae329a665b01d90
2+
refs/heads/master: b9152e5182b39d1cbd0b12e7ab44f1ad1b42df45
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-logging/src/main/java/com/google/cloud/logging/spi/DefaultLoggingRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private static <V> Future<V> translate(
159159
new Function<ApiException, V>() {
160160
@Override
161161
public V apply(ApiException exception) {
162-
if (returnNullOnSet.contains(exception.getStatusCode().value())) {
162+
if (returnNullOnSet.contains(exception.getStatusCode())) {
163163
return null;
164164
}
165165
throw new LoggingException(exception, idempotent);

0 commit comments

Comments
 (0)