Skip to content

Commit

Permalink
FORGE-1411: Renamed JAXWS: 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 38878ec commit 8f8158a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class JAXWSSetupWizard extends AbstractJavaEECommand
public Metadata getMetadata(UIContext context)
{
return Metadata.from(super.getMetadata(context), getClass()).name("SOAP: Setup")
.description("Setup JAX-WS in your project")
.description("Setup JAX-WS (SOAP) in your project")
.category(Categories.create(super.getMetadata(context).getCategory(), "JAX-WS"));
}

Expand Down

0 comments on commit 8f8158a

Please sign in to comment.