Skip to content

Commit

Permalink
remove test additions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcg14 committed Jan 6, 2022
1 parent 72f0c9a commit 845d9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected static Map<String, Object> getRenderOpt(String value, boolean secondar
null,null,null, renderingOptionsAuthentication))
.property(PropertyUtil.string(SECRET, "AWS Secret Key", "AWS Secret Key.", false,
null,null,null, renderingOptionsAuthentication))
.property(PropertyUtil.string(CREDENTIALFILE, "AWS Credentials File - TEST", "Path to a AWSCredentials.properties file " +
.property(PropertyUtil.string(CREDENTIALFILE, "AWS Credentials File", "Path to a AWSCredentials.properties file " +
"containing 'accessKey' and 'secretKey'.", false,
null,null,null, renderingOptionsAuthentication))

Expand Down

0 comments on commit 845d9e7

Please sign in to comment.