Skip to content

Commit 6d148e7

Browse files
committed
chore: Fix javadoc issue
1 parent 1f94861 commit 6d148e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/testing/RemoteStorageHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ public static String generateBucketName() {
203203
* <p>Regardless of the method used, it is always your responsibility to validate configurations
204204
* received from external sources.
205205
*
206-
* <p>See the {@link <a href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
206+
* <p>See the {@see <a
207+
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
207208
* for more details.
208209
*
209210
* <p>Creates a {@code RemoteStorageHelper} object for the given project id and JSON key input

0 commit comments

Comments
 (0)