Commit aa687465 by Rakesh Kumar

Add TODO for AggregationPacket mode

parent 3ef90d9d
......@@ -188,6 +188,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
*/
@RequiresNonNull("trackOutput")
private void processAggregationPacket(ParsableByteArray data) throws ParserException {
// TODO: Support AggregationPacket mode.
throw ParserException.createForMalformedManifest(
"need to implement processAggregationPacket",
/* cause= */ null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment