File tree Expand file tree Collapse file tree
trunk/google-cloud-logging/src/main/java/com/google/cloud/logging/spi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 6ef3ec8dbfb8b9c63be14f2d5ae329a665b01d90
2+ refs/heads/master: b9152e5182b39d1cbd0b12e7ab44f1ad1b42df45
33refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments