]> git.mxchange.org Git - addressbook-swing.git/commitdiff
Updated comment (minor)
authorKLC <KLC@NRW-450-190>
Wed, 15 Jul 2015 13:27:03 +0000 (15:27 +0200)
committerKLC <KLC@NRW-450-190>
Wed, 15 Jul 2015 13:27:20 +0000 (15:27 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>
Signed-off-by:KLC <KLC@NRW-450-190>

Addressbook/src/org/mxchange/addressbook/client/Client.java
Addressbook/src/org/mxchange/addressbook/manager/contact/ContactManager.java

index ea748a5478c6664f2a1793153d0bae0912aeca05..4319a59969fdcfd2d607fc3319ff35224c982a68 100644 (file)
@@ -86,7 +86,9 @@ public interface Client extends FrameworkInterface {
     public char enterChar (final char[] validChars, final String message);\r
 \r
     /**\r
-     * Reads a string of minimum and maximum length from the user\r
+     * Reads a string of minimum and maximum length from the user. An empty\r
+     * string should be generally not allowed, but might be okay for e.g.\r
+     * company name.\r
      * \r
      * @param minLength        Minimum length of the string to read\r
      * @param maxLength        Maximum length of the string to read\r
index befd9a6bd5e32177558168fa29a3a45df38eefb8..327069093a61a362cf94ca26676344a15daf2cea 100644 (file)
@@ -277,7 +277,7 @@ public class ContactManager extends BaseManager implements ManageableContact {
      * @return User's own country code\r
      */\r
     private String enterOwnCountryCode () {\r
-       return this.getClient().enterString(2, 2, "Bitte geben Sie den zweistelligen Ländercode von Ihrem Land ein: ", false);\r
+       return this.getClient().enterString(2, 2, "Bitte geben Sie den zweistelligen Ländercode von Ihrem Land ein: ", false).toUpperCase();\r
     }\r
 \r
     /**\r