T235 Removed unnecessary constructor
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user