]> source.dussan.org Git - gitblit.git/commitdiff
Added External account type to enum
authorJames Moger <james.moger@gitblit.com>
Wed, 10 Jul 2013 00:57:55 +0000 (20:57 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 10 Jul 2013 00:57:55 +0000 (20:57 -0400)
src/main/java/com/gitblit/Constants.java

index f3ad5facbc4420e53b6a46e63cbd9a60ecebc1a6..aa3767c3846dcdec4cf1b5ee3614f8c31928f420 100644 (file)
@@ -480,7 +480,7 @@ public class Constants {
        }\r
        \r
        public static enum AccountType {\r
-               LOCAL, LDAP, REDMINE, SALESFORCE, WINDOWS;\r
+               LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;\r
                \r
                public boolean isLocal() {\r
                        return this == LOCAL;\r