Third attempt to fix polish commit
This commit is contained in:
parent
706aa7af59
commit
1e3bae9ba2
|
|
@ -86,7 +86,7 @@ public class ReflectiveOperationInvoker implements OperationInvoker {
|
||||||
private boolean isMissing(Map<String, Object> arguments,
|
private boolean isMissing(Map<String, Object> arguments,
|
||||||
OperationParameter parameter) {
|
OperationParameter parameter) {
|
||||||
if (!parameter.isMandatory()) {
|
if (!parameter.isMandatory()) {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
return arguments.get(parameter.getName()) == null;
|
return arguments.get(parameter.getName()) == null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue