Skip to content

Commit

Permalink
Merge pull request #5898 from pferraro/WFCORE-6716
Browse files Browse the repository at this point in the history
WFCORE-6716 Drop obsolete default getStability() method…
  • Loading branch information
yersan authored Mar 18, 2024
2 parents 4a98992 + ab4625c commit e384985
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 e384985

Please sign in to comment.