]> git.mxchange.org Git - juser-core.git/commitdiff
Opps ...
authorRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 19:52:03 +0000 (21:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 19:52:03 +0000 (21:52 +0200)
src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java

index 1a0964684b94a8859dce76f429312679353356f3..450fecea583fd1db271e0aede2b1a3f448557e17 100644 (file)
@@ -32,11 +32,11 @@ public enum ProfileMode implements Serializable {
        /**
         * Only visible to members (and administrators)
         */
-       MEMBERS("USER_PROFILE_MODE_PRIVATE"),
+       MEMBERS("USER_PROFILE_MODE_MEMBERS"),
        /**
         * Visible to all (public in Internet)
         */
-       PUBLIC("USER_PROFILE_MODE_PRIVATE");
+       PUBLIC("USER_PROFILE_MODE_PUBLIC");
 
        /**
         * Message key (i18n)