Skip to content

Commit

Permalink
Remove obsolete getParameterNames impl
Browse files Browse the repository at this point in the history
Lookup validation rule shall support @CtxName/Default@ annotation
#585
  • Loading branch information
metas-ts committed Sep 14, 2017
1 parent 36bf3e6 commit d1ce865
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -75,12 +75,6 @@ public String getExpressionString()
return "@Value@";
}

@Override
public Set<String> getParameterNames()
{
return CtxNames.toNames(PARAMETERS);
}

@Override
public Set<CtxName> getParameters()
{
Expand Down

0 comments on commit d1ce865

Please sign in to comment.