glens 02/03/03 01:32:57
Modified: tools/src UserInput.java
Log:
Javadoc fix
Revision Changes Path
1.2 +1 -1 jakarta-poi/tools/src/UserInput.java
Index: UserInput.java
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/src/UserInput.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- UserInput.java 31 Jan 2002 02:24:38 -0000 1.1
+++ UserInput.java 3 Mar 2002 09:32:57 -0000 1.2
@@ -131,7 +131,7 @@
/**
* Sets the prompt text that will be presented to the user.
- * @param prompt String
+ * @param question prompt string
*/
public void addText(String question)