Skip to content

Commit

Permalink
FORGE-1411: Renamed JAX-WS: Setup to SOAP: Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 3, 2014
1 parent 386e481 commit 38878ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class JAXWSSetupWizard extends AbstractJavaEECommand
@Override
public Metadata getMetadata(UIContext context)
{
return Metadata.from(super.getMetadata(context), getClass()).name("JAX-WS: Setup")
return Metadata.from(super.getMetadata(context), getClass()).name("SOAP: Setup")
.description("Setup JAX-WS in your project")
.category(Categories.create(super.getMetadata(context).getCategory(), "JAX-WS"));
}
Expand Down

0 comments on commit 38878ec

Please sign in to comment.