Skip to content

Commit

Permalink
[2122] Fix another miss-typo from refactoring
Browse files Browse the repository at this point in the history
Bug: 2122
Change-Id: I408eef4da2a001fe3209f687623ca06dcbf2bef3
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth authored and minhtutonthat committed Aug 8, 2018
1 parent fbdfb52 commit d3baa17
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public boolean test(Object object_p, String propertyName_p, Object[] params_p, O
return isConvertPrimitive(element);
}
if ("transformLiteralNumericValue".equals(actionName)) { //$NON-NLS-1$

return element instanceof LiteralNumericValue;
}
if ("requirementManagerWizard".equals(actionName)) { //$NON-NLS-1$
return isRequirementManagerWizard(element);
Expand Down

0 comments on commit d3baa17

Please sign in to comment.