Skip to content

Commit 0ff81c6

Browse files
Fixing javadoc error from a previous commit
1 parent 9d6b603 commit 0ff81c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ protected static String getServiceAccountProjectId() {
422422

423423
/**
424424
* Returns a Service object for the current service. For instance, when using Google Cloud
425-
* Storage, it returns a {@link com.google.cloud.storage.Storage} object.
425+
* Storage, it returns a Storage object.
426426
*/
427427
@SuppressWarnings("unchecked")
428428
public ServiceT getService() {
@@ -435,7 +435,7 @@ public ServiceT getService() {
435435

436436
/**
437437
* Returns a Service RPC object for the current service. For instance, when using Google Cloud
438-
* Storage, it returns a {@link com.google.cloud.storage.spi.StorageRpc} object.
438+
* Storage, it returns a StorageRpc object.
439439
*/
440440
@SuppressWarnings("unchecked")
441441
public ServiceRpc getRpc() {

0 commit comments

Comments
 (0)