sebwrede commented on a change in pull request #1051:
URL: https://github.com/apache/systemds/pull/1051#discussion_r486373173



##########
File path: src/main/java/org/apache/sysds/runtime/instructions/Instruction.java
##########
@@ -38,7 +41,21 @@
                FEDERATED
        }
        
-       private static final Log LOG = 
LogFactory.getLog(Instruction.class.getName());
+       protected static final Log LOG = 
LogFactory.getLog(Instruction.class.getName());

Review comment:
       Private is also good. I do not need the "protected" to be there. 




----------------------------------------------------------------
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.

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


Reply via email to