Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17765

Remove unused map of objStoreBrowserTypes in ArjunaTransactionManagerService

XMLWordPrintable

      org.jboss.as.txn.service.ArjunaTransactionManagerService#start creates a map of objStoreBrowserTypes and adds a few elements, but it is not used. We should be able to remove it.

      Map<String, String> objStoreBrowserTypes = new HashMap<String, String>();
      objStoreBrowser = new ObjStoreBrowser();
      objStoreBrowserTypes.put("StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction", "com.arjuna.ats.internal.jta.tools.osb.mbean.jta.JTAActionBean");
      objStoreBrowserTypes.put("StateManager/AbstractRecord/ConnectableResourceRecord", "com.arjuna.ats.internal.jta.tools.osb.mbean.jta.ConnectableResourceRecordBean");
      

            cfang@redhat.com Cheng Fang
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: