Skip to content

Commit e0e23ea

Browse files
committed
Added default openTimeout and readTimeout settings at VaultInvoker
1 parent efd61cc commit e0e23ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-vault/src/main/java/io/scalecube/config/vault/VaultConfigSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public Builder addSecretsPath(String... secretsPath) {
115115
* Setter for {@code secretsPaths}.
116116
*
117117
* @param secretsPaths collection of secretsPath\es (each value may contain paths separated by
118-
* {@code :})
118+
* colon)
119119
* @return this builder
120120
*/
121121
public Builder secretsPaths(Collection<String> secretsPaths) {

0 commit comments

Comments
 (0)