X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/internal/Configuration.java b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/internal/Configuration.java index d3b5875..4740154 100644 --- a/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/internal/Configuration.java +++ b/archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/internal/Configuration.java @@ -461,13 +461,13 @@ public class Configuration implements IConfiguration, Comparable { } /** - * Asks the user to enter a password. Places the results in the supplied string[]. result[0] must contain the username, result[1] + * Asks the user to enter a password. Places the results in the supplied string[]. result[0] must contain the category, result[1] * must contain the fPassword. If the user canceled, both values must be zero. * * @param location * the location to obtain the fPassword for - * @param username - * the username + * @param category + * the category * @param message * a message to display to the fUser * @param userMutable