Javadoc fix.
This commit is contained in:
@@ -57,8 +57,8 @@ public class UserDataUtil
|
|||||||
* Returns the password in the supplied request, or throws an
|
* Returns the password in the supplied request, or throws an
|
||||||
* informative exception if the password is absent or invalid.
|
* informative exception if the password is absent or invalid.
|
||||||
*
|
*
|
||||||
* @optional If true, null may be returned and if the parameter is absent no exception will be
|
* @param optional If true, null may be returned and if the parameter is absent no exception
|
||||||
* thrown. If the parameter is present it is still checked for validity.
|
* will be thrown. If the parameter is present it is still checked for validity.
|
||||||
*/
|
*/
|
||||||
public static String getPassword (
|
public static String getPassword (
|
||||||
HttpServletRequest req, String page, String ptype, boolean optional)
|
HttpServletRequest req, String page, String ptype, boolean optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user