Enable word wrapping with preference key editor.wrap.words (false by default)
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / internal / Configuration.java
index d3b5875..4740154 100644 (file)
@@ -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