NO-JIRA Removing non used field on PostOfficeImpl
This commit is contained in:
parent
fa06b70134
commit
7544667907
|
@ -124,8 +124,6 @@ public class PostOfficeImpl implements PostOffice, NotificationListener, Binding
|
|||
|
||||
public static final SimpleString BRIDGE_CACHE_STR = new SimpleString("BRIDGE.");
|
||||
|
||||
private final Executor postOfficeExecutor;
|
||||
|
||||
private final AddressManager addressManager;
|
||||
|
||||
private final QueueFactory queueFactory;
|
||||
|
@ -197,8 +195,6 @@ public class PostOfficeImpl implements PostOffice, NotificationListener, Binding
|
|||
|
||||
this.addressSettingsRepository = addressSettingsRepository;
|
||||
|
||||
this.postOfficeExecutor = server.getExecutorFactory().getExecutor();
|
||||
|
||||
this.server = server;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue