James Moger
2011-05-04 cf9550d8df51d927c63176675280d69b86e7a6e2
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);
}