Skip to content

Commit

Permalink
Removed duplicate message
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 15, 2014
1 parent 0455025 commit 550bc8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public Result execute(final UIExecutionContext context) throws Exception
applyUIValues(context.getUIContext());
if (facetFactory.install(getSelectedProject(context), jpaVersion.getValue()))
{
return Results.success("JPA has been installed.");
return Results.success();
}
return Results.fail("Could not install JPA.");
}
Expand Down

0 comments on commit 550bc8f

Please sign in to comment.