瀏覽代碼

Added External account type to enum

tags/v1.3.0
James Moger 10 年之前
父節點
當前提交
cb78b89ba7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/java/com/gitblit/Constants.java

+ 1
- 1
src/main/java/com/gitblit/Constants.java 查看文件

@@ -480,7 +480,7 @@ public class Constants {
}
public static enum AccountType {
LOCAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
public boolean isLocal() {
return this == LOCAL;

Loading…
取消
儲存