Skip to content

Commit

Permalink
remove UsePM since deprecated for long time. Fixes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjefferson committed Jul 13, 2017
1 parent e3af91b commit 0337e0c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ else if (name.equalsIgnoreCase(PropertyNames.PROPERTY_VALUEGEN_TXN_ATTRIBUTE))
{
String strVal = (String)value;
if (strVal.equalsIgnoreCase("NEW") ||
strVal.equalsIgnoreCase("EXISTING") ||
strVal.equalsIgnoreCase("UsePM")) // TODO deprecated so remove
strVal.equalsIgnoreCase("EXISTING"))
{
return true;
}
Expand Down

0 comments on commit 0337e0c

Please sign in to comment.