Skip to content

Commit

Permalink
PAYARA-1718 Fixed Jersey reference -product- with JAX-RS -standard-
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelranaldo committed Jun 1, 2017
1 parent 6aec393 commit c3ece22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void execute(AdminCommandContext context) {
if (jerseyApplicationMap.isEmpty()) {
report.setMessage("Component " + componentName + " could not be found");
if (componentName == null) {
report.setMessage("Application " + appName + " has no deployed Jersey applications");
report.setMessage("Application " + appName + " has no deployed JAX-RS applications");
}
report.setActionExitCode(ActionReport.ExitCode.FAILURE);
return;
Expand Down

0 comments on commit c3ece22

Please sign in to comment.