]
Paul Ferraro updated WFCORE-4593:
---------------------------------
Summary: Make ServiceRemoveStepHandler(AbstractAddStepHandler) constructor public
(was: Make ServiceRemoveStepHandler(AbstractAddStepHandler) public)
Make ServiceRemoveStepHandler(AbstractAddStepHandler) constructor
public
------------------------------------------------------------------------
Key: WFCORE-4593
URL:
https://issues.jboss.org/browse/WFCORE-4593
Project: WildFly Core
Issue Type: Task
Components: Management
Affects Versions: 10.0.0.Beta2
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Many consumer of this class need to subclass it just to make use of the protected
constructor. Making this constructor public will eliminate the need for a number of
redundant subclasses.