T235 Removed unnecessary constructor

This commit is contained in:
2021-03-26 15:59:41 +01:00
parent 003b0abcc3
commit 655057ceb6
3 changed files with 1 additions and 4 deletions

View File

@@ -15,7 +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...
//TODO: Add javadoc
public class RedisAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
JedisPool pool;

View File

@@ -4,7 +4,6 @@ import org.slf4j.MDC;
import java.util.Map;
//TODO: Check if constructor might be safely removed. It's static class tho
/**
* This static class has one purpose and one purpose only. It logs data about incomming requests.
* The data from logs is received via {@link com.release11.klaus.repository.EventRepositoryImpl}
@@ -12,8 +11,6 @@ import java.util.Map;
*/
public final class TrackingClient {
private TrackingClient(){}
/**
* Logs data inside the given map
* @param businessKeysMap map containing all the information about incomming request