alanblueshift commented on issue #984: Create option for machine readable output for scan URL: https://github.com/apache/fluo/issues/984#issuecomment-362090874 Suggestion: make a refactoring on **org.apache.fluo.core.util.ScanUtil** to receive a **java.io.OutputStream** or a **java.io.Writer** or both to avoid something like that: ```java System.out.println(sb.toString()); ``` Could this be done in that same thread?
---------------------------------------------------------------- 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
