Skip to content

Commit ab64fc6

Browse files
committed
Fix RemoteStorageHelper class javadoc
1 parent a0b87e0 commit ab64fc6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939

4040
/**
4141
* Utility to create a remote storage configuration for testing. Storage options can be obtained via
42-
* the {@link #options()} method. Returned options have custom {@link StorageOptions#retryParams()}:
43-
* {@link RetryParams#retryMaxAttempts()} is {@code 10}, {@link RetryParams#retryMinAttempts()} is
44-
* {@code 6}, {@link RetryParams#maxRetryDelayMillis()} is {@code 30000},
45-
* {@link RetryParams#totalRetryPeriodMillis()} is {@code 120000} and
42+
* the {@link #getOptions()} ()} method. Returned options have custom
43+
* {@link StorageOptions#retryParams()}: {@link RetryParams#retryMaxAttempts()} is {@code 10},
44+
* {@link RetryParams#retryMinAttempts()} is {@code 6}, {@link RetryParams#maxRetryDelayMillis()} is
45+
* {@code 30000}, {@link RetryParams#totalRetryPeriodMillis()} is {@code 120000} and
4646
* {@link RetryParams#initialRetryDelayMillis()} is {@code 250}.
4747
* {@link StorageOptions#connectTimeout()} and {@link StorageOptions#readTimeout()} are both set
4848
* to {@code 60000}.

0 commit comments

Comments
 (0)