Skip to content

Commit

Permalink
Change comment that is no longer valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Sep 15, 2011
1 parent 535f390 commit c6706f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void processExpires() {

private void initializeDatabaseConnection() throws LifecycleException {
try {
// TODO: Allow more parameters (like port).
// TODO: Allow configuration of pool (such as size...)
connectionPool = new JedisPool(new JedisPoolConfig(), getHost(), getPort(), getTimeout(), getPassword());
} catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit c6706f3

Please sign in to comment.