Remove inline comment
This commit is contained in:
parent
88dc89e1a8
commit
95253af6f2
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ public class KinesisClientLibConfigurator {
|
|||
|
||||
private String processKey(Map.Entry<Object, Object> e) {
|
||||
String key = (String) e.getKey();
|
||||
// utilsBean expects key like 'awsCredentialsProvider' to call bean setter setAwsCredentialsProvider
|
||||
if (key.toLowerCase().startsWith("awscredentialsprovider")) {
|
||||
key = key.replaceAll("(?i)awscredentialsprovider", "awsCredentialsProvider");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue