Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/1118#discussion_r207239158
--- Diff:
metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts
---
@@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pcap.request'
import { Pdml } from '../model/pdml'
import {Subscription} from "rxjs/Rx";
+class Query {
--- End diff --
What is the purpose of this?---
