Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
remove single init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Feb 19, 2010
1 parent 22b0c51 commit e404d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

public class WalrusBucketLogger {
private Logger LOG = Logger.getLogger( WalrusBucketLogger.class );
private static WalrusBucketLogger singleton = new WalrusBucketLogger();
private static WalrusBucketLogger singleton;

private static int LOG_THRESHOLD = 10;
private static int LOG_PERIODICITY = 120;
Expand Down

0 comments on commit e404d25

Please sign in to comment.