Skip to content

Commit

Permalink
JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jan 30, 2013
1 parent 38a5cc2 commit 56126fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/api/src/main/java/org/jboss/forge/ui/UICompleter.java
Expand Up @@ -13,10 +13,9 @@
public interface UICompleter<T>
{
/**
* Get completion proposals for the provided {@link UIInput} and unconverted partial {@link String} value.
* Get completion proposals for the provided {@link UIInput} and un-converted partial {@link String} value.
*
* @param input The {@link UIInput} that provided this {@link UICompleter} instance, via
* {@link UIInput#getCompleter()}.
* @param input The {@link UIInput} currently being completed.
* @param value The user input value requiring completion, or null, if no value yet exists. These values will undergo
* conversion to fit the type required by the corresponding {@link UIInput}.
*/
Expand Down

0 comments on commit 56126fc

Please sign in to comment.