Skip to content

Commit

Permalink
Merge pull request #1641 from michaelranaldo/PAYARA-1718-Change-Warni…
Browse files Browse the repository at this point in the history
…ng-Message-of-Jersey

PAYARA-1718 Fixed Jersey reference -product- with JAX-RS -standard-
  • Loading branch information
michaelranaldo authored Jun 5, 2017
2 parents 932af74 + c3ece22 commit 625e376
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 625e376

Please sign in to comment.