Skip to content
Snippets Groups Projects
Commit 249cee40 authored by George Politis's avatar George Politis
Browse files

Update comment in RTCPTerminationTransformEngine.

parent 6903aab8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ public RawPacket reverseTransform(RawPacket pkt)
}
catch (BadFormatException e)
{
// TODO decide what to do with malformed packets!
// TODO(gp) decide what to do with malformed packets!
logger.error("Could not parse RTCP packet.", e);
return pkt;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment