chrismattmann commented on a change in pull request #131: Changed the map and 
reduce function to work with XmlRpcWorkflowManger
URL: https://github.com/apache/drat/pull/131#discussion_r193807770
 
 

 ##########
 File path: proteus/src/main/java/backend/ProcessDratWrapper.java
 ##########
 @@ -446,39 +556,39 @@ private synchronized void wipeSolrCore(String coreName) {
           + e.getLocalizedMessage());
     }
   }
-  
+
   private class DratLog{
-      private static final String MODULE = "DRAT_LOG"; 
+      private static final String MODULE = "DRAT_LOG";
       long startTime =0;
       private long lastActionTime=-1L;
       private long timeDiff  =-1L;
       private ZonedDateTime zdt;
       private String action;
       public DratLog(String action) {
           this.action = action;
-          
+
       }
-      
+
       private void logWarning(String status,String desc) {
           LOG.warning(getMsg(status,desc));
       }
-      
+
       private void logWarning(String desc) {
           LOG.warning(MODULE+" : "+desc);
       }
-      
+
       private void logInfo(String status,String desc) {
           LOG.info(getMsg(status,desc));
       }
-      
+
       private void logInfo(String desc) {
           LOG.info(MODULE+" : "+desc);
       }
-      
+
       private void logSevere(String status,String desc) {
           LOG.fine(getMsg(status,desc));
       }
-      
 
 Review comment:
   a bunch of extraneous white space and newline changes. Don't couple these to 
your actual PR. They are extraneous.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to