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

Remove the deprecated TimerServiceImpl(Map, ServiceName) constructor

XMLWordPrintable

      this constructor was deprecated in 3/4/2013, long enough to remove it.

      
           /**
           * Creates a {@link TimerServiceImpl}
           *
           * @param autoTimers
           * @param serviceName
           * @throws IllegalArgumentException If either of the passed param is null
           * @deprecated Use {@link #TimerServiceImpl(java.util.Map, org.jboss.msc.service.ServiceName, org.jboss.as.ejb3.component.TimerServiceRegistry)} instead
           */
          @Deprecated
          public TimerServiceImpl(final Map<Method, List<AutoTimer>> autoTimers, final ServiceName serviceName) {
              this(autoTimers, serviceName, null);
          }
      
      
      

              parsharm Parul Sharma
              cfang@redhat.com Cheng Fang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: