Skip to content

Commit

Permalink
start the monitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer_andre authored and jennifer_andre committed Feb 3, 2011
1 parent b0e98d4 commit a0ef620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/opower/util/powerpool/SimpleConnectionPool.java
Expand Up @@ -52,6 +52,7 @@ public SimpleConnectionPool(ConnectionManager manager, ProxiedConnectionProvide
this.manager = manager;
this.connectionWrapper = connectionWrapper;
this.monitor = monitor;
this.monitor.start();
}

void stop() {
Expand Down

0 comments on commit a0ef620

Please sign in to comment.