Removed depracated code and added Javadoc

This commit is contained in:
2021-03-22 16:14:46 +01:00
parent 742e325300
commit febed51b2c
4 changed files with 20 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.Protocol;
//TODO: The check? Check if any of the following methods might be removed...
public class RedisAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
JedisPool pool;