Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 29, 2013
1 parent dfebec2 commit 912f810
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void complete(CompleteOperation completeOperation, InputComponent<?, Obje
{
if (proposal != null)
{
String convertedValue = Parser.switchSpacesToEscapedSpacesInWord(converter.convert(proposal));
String convertedValue = converter.convert(proposal);
choices.add(convertedValue);
}
}
Expand Down

0 comments on commit 912f810

Please sign in to comment.