File tree Expand file tree Collapse file tree
google-cloud-core/src/main/java/com/google/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments