Bug 8153: Enforce check-style rules for netconf - netconf-topology-singleton
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / tx / ProxyReadAdapter.java
index b500e0d5c38cb8df529c640ae06cf785fc005a48..0f23c11f2e27610e34214da4b2393d1e7badc5fb 100644 (file)
@@ -39,7 +39,7 @@ class ProxyReadAdapter {
     private final ActorSystem actorSystem;
     private final Timeout askTimeout;
 
-    public ProxyReadAdapter(final ActorRef masterTxActor, final RemoteDeviceId id, final ActorSystem actorSystem,
+    ProxyReadAdapter(final ActorRef masterTxActor, final RemoteDeviceId id, final ActorSystem actorSystem,
                             final Timeout askTimeout) {
         this.masterTxActor = masterTxActor;
         this.id = id;