Skip to content

Commit

Permalink
updated to latest api
Browse files Browse the repository at this point in the history
  • Loading branch information
stalep committed Jun 5, 2013
1 parent 565d71c commit 7a68f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void initializeUI(UIBuilder builder) throws Exception

arguments.setCompleter( new UICompleter<String>() {
@Override
public Iterable<String> getCompletionProposals(InputComponent<?, String> input, String value) {
public Iterable<String> getCompletionProposals(UIContext context, InputComponent<?, String> input, String value) {
List<String> manCommands = new ArrayList<String>();
// list all commands
if (value == null || value.trim().length() < 1)
Expand Down

0 comments on commit 7a68f81

Please sign in to comment.