Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-03-03 09:32:57 +00:00
parent e1f82bfdef
commit 314e41af2e

View File

@ -131,7 +131,7 @@ public class UserInput
/** /**
* Sets the prompt text that will be presented to the user. * Sets the prompt text that will be presented to the user.
* @param prompt String * @param question prompt string
*/ */
public void addText(String question) public void addText(String question)