]> git.mxchange.org Git - jcore.git/commitdiff
Some comments fixed
authorRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 09:49:55 +0000 (11:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 09:49:55 +0000 (11:49 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/contact/Gender.java

index a66a6c71b8b9eaf26f18c94f9e44e7367f60f4bb..b257fd9827a4664b59feba28ae0b83fce82b1399 100644 (file)
@@ -51,7 +51,7 @@ public enum Gender {
        private static char[] validChars;
 
        /**
-        * Value being entered by ConsoleClient
+        * Access key being entered by ConsoleClient
         */
        private final char accessChar;
 
@@ -148,7 +148,7 @@ public enum Gender {
        }
 
        /**
-        * Database value
+        * Acces key (console client mostly)
         *
         * @return the accessChar
         */