Skip to content

Commit

Permalink
[JENKINS-25735] - Clarify the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 29, 2016
1 parent c27cd39 commit 0ddf7b3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -314,7 +314,9 @@ public synchronized boolean isMasked(String paramValueClassName) {
}
}};

//If this parameter actions respinds to any of these. Lets add it.
// If the class defines any method, we consider it as a ParameterDefinition.
// This parameter definition may produce any ParameterValue, and effectively we cannot guarantee the
// value is a type or a subtype of the requested parameter.
if(!methods.isEmpty()) {
maskPasswordsParamValueClasses.add(paramValueClassName);
}
Expand Down

0 comments on commit 0ddf7b3

Please sign in to comment.