소스 검색

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…
취소
저장