Skip to content

Commit

Permalink
updated to lasted api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stalep committed Jun 5, 2013
1 parent 7a68f81 commit 8da8253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public String convert(RelationshipType source)
{

@Override
public Iterable<String> getCompletionProposals(InputComponent<?, String> input, String value)
public Iterable<String> getCompletionProposals(UIContext context, InputComponent<?, String> input, String value)
{
List<String> list = new ArrayList<String>();
for (int i = 0; i < 10; i++)
Expand Down

0 comments on commit 8da8253

Please sign in to comment.