mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4122 - tidy up duplicate use of brokerservice aware
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa2a6ddf31
commit
02ef3dc918
|
@ -71,8 +71,7 @@ import org.slf4j.LoggerFactory;
|
|||
*
|
||||
*
|
||||
*/
|
||||
public class JDBCPersistenceAdapter extends DataSourceServiceSupport implements PersistenceAdapter,
|
||||
BrokerServiceAware {
|
||||
public class JDBCPersistenceAdapter extends DataSourceServiceSupport implements PersistenceAdapter {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(JDBCPersistenceAdapter.class);
|
||||
private static FactoryFinder adapterFactoryFinder = new FactoryFinder(
|
||||
|
@ -410,10 +409,6 @@ public class JDBCPersistenceAdapter extends DataSourceServiceSupport implements
|
|||
return brokerService;
|
||||
}
|
||||
|
||||
public void setBrokerService(BrokerService brokerService) {
|
||||
this.brokerService = brokerService;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue