James Moger
2013-11-20 95cdba46c79d952f2c2baba937e70796674ed57e
src/main/java/com/gitblit/HtpasswdUserService.java
@@ -275,7 +275,7 @@
     * @return AccountType.HTPASSWD
     */
    @Override
   protected AccountType getAccountType()
   public AccountType getAccountType()
    {
        return AccountType.HTPASSWD;
    }