Skip to content

Commit

Permalink
minor code improvement;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Oct 21, 2021
1 parent 1bd5711 commit ba945e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public abstract class BaseClientActor extends AbstractFSMWithStash<BaseClientSta
private final Materializer materializer;
private final boolean dryRun;
private final ConnectionContextProvider connectionContextProvider;
private final ActorRef proxyActor;

// counter for all child actors ever started to disambiguate between them
private int childActorCount = 0;
Expand All @@ -209,7 +210,6 @@ public abstract class BaseClientActor extends AbstractFSMWithStash<BaseClientSta
private ActorRef outboundMappingProcessorActor;
private ActorRef subscriptionManager;
private ActorRef tunnelActor;
private ActorRef proxyActor;

protected BaseClientActor(final Connection connection,
final ActorRef proxyActor,
Expand Down Expand Up @@ -429,7 +429,6 @@ protected String getDefaultClientId() {
*
* @return the proxyActor ref.
*/

protected ActorRef getProxyActor() {
return proxyActor;
}
Expand Down

0 comments on commit ba945e9

Please sign in to comment.