Skip to content

Commit

Permalink
Merge pull request #3 from foxxtrot/master
Browse files Browse the repository at this point in the history
Fixes Issue #2 - don't use network in static initializer
  • Loading branch information
thasmin committed May 23, 2012
2 parents 0f9653f + e1f6ac6 commit 941d3ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/com/axelby/gpodder/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ private static class Config {
private static Config _config;
private static Calendar _configRefresh = null;

static {
verifyCurrentConfig();
}

public static void verifyCurrentConfig() {
if (_configRefresh == null || _configRefresh.before(new GregorianCalendar())) {
_config = retrieveGPodderConfig();
Expand Down

0 comments on commit 941d3ff

Please sign in to comment.