Parcourir la source

some more todo notes

Grega Bremec il y a 2 ans
Parent
commit
485cffa3ae

+ 1 - 0
exporter/src/main/java/net/p0f/openshift/metrics/processor/PsacctToCsv.java

@@ -11,6 +11,7 @@ public class PsacctToCsv implements Processor {
 
     @Override
     public void process(Exchange exchange) throws Exception {
+        // TODO: replace any spaces in process names with something
         exchange.getMessage().setBody(
             exchange.getIn().getBody(String.class)
                     .replaceAll(" +", ",")