James Moger
2011-04-23 f5d0ad7e706f1743b01dcc71f42112d533de89c2
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);
}