James Moger
2011-04-27 166e6a131d0693d20b3cc08f252705608d24d5f0
src/com/gitblit/ILoginService.java
@@ -4,7 +4,7 @@
public interface ILoginService {
   User authenticate(String username, char [] password);
   User authenticate(char [] cookie);
   User authenticate(String username, char[] password);
   User authenticate(char[] cookie);
}