Github user merrimanr commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1135#discussion_r206639730
  
    --- Diff: 
metron-interface/metron-rest/src/main/java/org/apache/metron/rest/service/PcapService.java
 ---
    @@ -43,5 +44,5 @@
     
       InputStream getRawPcap(String username, String jobId, Integer page) 
throws RestException;
     
    -
    +  Map<String, Object> getConfiguration(String username, String jobId) 
throws RestException;
    --- End diff --
    
    I added javadocs for this service.


---

Reply via email to