Skip to content

Commit

Permalink
WFCORE-6716 Drop obsolete default getStability() method now that WFCO…
Browse files Browse the repository at this point in the history
…RE-6650 is available in WF full.
  • Loading branch information
pferraro committed Mar 16, 2024
1 parent 4a98992 commit ab4625c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
package org.jboss.as.server.deployment;

import org.jboss.as.controller.FeatureRegistry;
import org.jboss.as.version.Stability;
import org.jboss.msc.service.ServiceName;
import org.jboss.msc.service.ServiceRegistry;

Expand Down Expand Up @@ -43,10 +42,4 @@ public interface DeploymentUnit extends Attachable, FeatureRegistry {
* @return the service registry
*/
ServiceRegistry getServiceRegistry();

// TODO Remove this once integrated into WF-full
@Override
default Stability getStability() {
return Stability.DEFAULT;
}
}

0 comments on commit ab4625c

Please sign in to comment.