Skip to content

Commit

Permalink
make authenticate public to help test
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmin committed May 11, 2012
1 parent cdb0892 commit 2654c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/axelby/gpodder/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public HttpsURLConnection createConnection(URL url) throws IOException, Exceptio
return conn;
}

protected boolean authenticate() {
public boolean authenticate() {
verifyCurrentConfig();

URL url;
Expand Down

0 comments on commit 2654c3c

Please sign in to comment.