Skip to content

Commit

Permalink
[BZ1189053] Missing deprecated attribute on both subsystem root resou…
Browse files Browse the repository at this point in the history
…rces.
  • Loading branch information
pskopek committed Mar 3, 2015
1 parent ac18593 commit 5d16272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -42,6 +42,7 @@ public class FederationSubsystemRootResourceDefinition extends SimpleResourceDef
super(PathElement.pathElement(ModelDescriptionConstants.SUBSYSTEM, FederationExtension.SUBSYSTEM_NAME),
FederationExtension.getResourceDescriptionResolver(FederationExtension.SUBSYSTEM_NAME),
FederationSubsystemAdd.INSTANCE, ReloadRequiredRemoveStepHandler.INSTANCE);
setDeprecated(FederationExtension.DEPRECATED_SINCE);
this.extensionContext = extensionContext;
}

Expand Down
Expand Up @@ -41,6 +41,7 @@ private IDMSubsystemRootResourceDefinition() {
super(PathElement.pathElement(ModelDescriptionConstants.SUBSYSTEM, IDMExtension.SUBSYSTEM_NAME),
IDMExtension.getResourceDescriptionResolver(IDMExtension.SUBSYSTEM_NAME),
IDMSubsystemAdd.INSTANCE, ReloadRequiredRemoveStepHandler.INSTANCE);
setDeprecated(IDMExtension.DEPRECATED_SINCE);
}

@Override
Expand Down

0 comments on commit 5d16272

Please sign in to comment.