Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 6d84666

Browse files
Merge pull request #484 from sixcorners/patch-1
Fix AwsSecretsManagerProperties.prefix javadoc
2 parents 5ac4cdb + a6e7c73 commit 6d84666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-aws-secrets-manager-config/src/main/java/org/springframework/cloud/aws/secretsmanager/AwsSecretsManagerProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class AwsSecretsManagerProperties {
4141

4242
/**
4343
* Prefix indicating first level for every property. Value must start with a forward
44-
* slash followed by a valid path segment or be empty. Defaults to "/config".
44+
* slash followed by a valid path segment or be empty. Defaults to "/secret".
4545
*/
4646
@NotNull
4747
@Pattern(regexp = "(/[a-zA-Z0-9.\\-_]+)*")

0 commit comments

Comments
 (0)