frankgh commented on code in PR #42:
URL: 
https://github.com/apache/cassandra-analytics/pull/42#discussion_r1501293396


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/ClientConfig.java:
##########
@@ -39,9 +39,9 @@
 
 import static 
org.apache.cassandra.spark.data.CassandraDataLayer.aliasLastModifiedTimestamp;
 
-public final class ClientConfig
+public class ClientConfig
 {
-    private static final Logger LOGGER = 
LoggerFactory.getLogger(ClientConfig.class);
+    protected static final Logger LOGGER = 
LoggerFactory.getLogger(ClientConfig.class);

Review Comment:
   ```suggestion
       protected final Logger logger = LoggerFactory.getLogger(this.getClass());
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to