Skip to content

Commit 4ebdc9b

Browse files
authored
Fix invalid java syntax
1 parent 15e2e2d commit 4ebdc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Storage storage = StorageOptions.getDefaultInstance().getService();
146146
object has the necessary permissions to interact with your Google Cloud Storage data:
147147
```java
148148
Storage storage = StorageOptions.newBuilder()
149-
.setCredentials(ServiceAccountCredentials.fromStream(new FileInputStream("/path/to/my/key.json"))
149+
.setCredentials(ServiceAccountCredentials.fromStream(new FileInputStream("/path/to/my/key.json")))
150150
.build()
151151
.getService();
152152
```

0 commit comments

Comments
 (0)