Skip to content

Commit

Permalink
Removed unused CompletionStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 9, 2013
1 parent 0c36c43 commit 734f828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else if (inputType == InputType.DIRECTORY_PICKER)
else if (inputType == InputType.CHECKBOX || Boolean.class
.isAssignableFrom(component.getValueType()))
{
strategy = NoopCompletionStrategy.INSTANCE;
strategy = null;
}
else if (component instanceof SelectComponent)
{
Expand Down

This file was deleted.

0 comments on commit 734f828

Please sign in to comment.