James Moger
2011-04-25 1e83907b001a2df3f14a35fc36c47ea8f49155c4
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);
}