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