Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix little javadoc incorrectness
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Jul 21, 2014
1 parent 0689721 commit a6b936c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private ShellBuilder(){ }
/**
* Create a new {@link ShellBuilder} instance with which one you can build a {@link Shell}.
*
* @param subPrompt The promt for this shell.
* @param prompt The promt for this shell.
* @return A new instance of {@link ShellBuilder}
* @throws NullPointerException If the prompt is null.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface InputDependent {
/**
* This method pass a {@link InputBuilder}. After them the object can use that builder to get the (user-)input.
*
* @param output The {@link InputBuilder} instance.
* @param input The {@link InputBuilder} instance.
*/
public void cliSetInput(InputBuilder input);
}

0 comments on commit a6b936c

Please sign in to comment.