We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2b8a3 commit a6ed62fCopy full SHA for a6ed62f
splunk/src/main/java/com/splunk/PasswordCollection.java
@@ -142,8 +142,8 @@ private Password getByUsername(String name) {
142
return null;
143
}
144
145
- private Boolean checkForWildcards(){
146
- Boolean isWildCard = false;
+ private boolean checkForWildcards(){
+ boolean isWildCard = false;
147
if(("-").equals(service.getOwner()) || ("-").equals(service.getApp())){
148
isWildCard = true;
149
0 commit comments