milleruntime commented on a change in pull request #352: ACCUMULO-4771 
Implement DataTables in Monitor
URL: https://github.com/apache/accumulo/pull/352#discussion_r159289153
 
 

 ##########
 File path: 
server/monitor/src/main/java/org/apache/accumulo/monitor/rest/tables/TableInformation.java
 ##########
 @@ -145,4 +176,13 @@ public TableInformation(String tableName, Table.ID 
tableId, TableInfo info, Doub
 
     this.tableState = tableState;
   }
+
+  private double cleanNumber(double dirtyNumber) {
+    double clean;
 
 Review comment:
   Thanks.  I had originally thought this method was gonna do more but the JS 
functions took care of the rest.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to