Skip to content

Commit c6706f3

Browse files
committed
Change comment that is no longer valid.
1 parent 535f390 commit c6706f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/radiadesign/catalina/session/RedisSessionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public void processExpires() {
464464

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

0 commit comments

Comments
 (0)