Commit aa687465 by Rakesh Kumar

Add TODO for AggregationPacket mode

parent 3ef90d9d
...@@ -188,6 +188,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; ...@@ -188,6 +188,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
*/ */
@RequiresNonNull("trackOutput") @RequiresNonNull("trackOutput")
private void processAggregationPacket(ParsableByteArray data) throws ParserException { private void processAggregationPacket(ParsableByteArray data) throws ParserException {
// TODO: Support AggregationPacket mode.
throw ParserException.createForMalformedManifest( throw ParserException.createForMalformedManifest(
"need to implement processAggregationPacket", "need to implement processAggregationPacket",
/* cause= */ null); /* 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