no need to rename to operators in internal API

This commit is contained in:
Richard S. Imaoka 2018-06-16 17:41:52 +09:00 committed by Richard Imaoka
parent 60eee84345
commit bf8f60f1ff
2 changed files with 12 additions and 12 deletions

View file

@ -49,7 +49,7 @@ private[remote] trait InboundCompressions {
* INTERNAL API
*
* One per incoming Aeron stream, actual compression tables are kept per-originUid and created on demand.
* All access is via the Decoder operator.
* All access is via the Decoder stage.
*/
private[remote] final class InboundCompressionsImpl(
system: ActorSystem,