Skip to content

Commit

Permalink
HAWKULAR-731 - Removed persisting of resources from endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Oct 19, 2015
1 parent 668ca9b commit 207d004
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public Response createOrganization(@NotNull OrganizationRequest request) {
request.getDescription(),
persona
);
resourceService.create(organization.getId(), persona);
return Response.ok().entity(organization).build();
}

Expand Down

0 comments on commit 207d004

Please sign in to comment.