Post HONEYCOMB-161 cleanup
[honeycomb.git] / infra / rpc / impl / src / main / java / io / fd / honeycomb / rpc / HoneycombDOMRpcService.java
index c071a72..68f29f2 100644 (file)
@@ -44,7 +44,6 @@ public final class HoneycombDOMRpcService implements DOMRpcService {
             ? (DOMRpcException) e
             : new RpcException("RPC failed", e);
 
-    // TODO HONEYCOMB-161 what to use instead of deprecated BindingNormalizedNodeSerializer ?
     private final BindingNormalizedNodeSerializer serializer;
     private final RpcRegistry rpcRegistry;