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