Skip to content

Commit

Permalink
Code cleanup in EntitlementServiceClient
Browse files Browse the repository at this point in the history
  • Loading branch information
rnavagamuwa committed Mar 26, 2019
1 parent d73bb74 commit edf9e0f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ public GetEntitledAttributesResponse getEntitledAttributes(String subjectName, S
request.setAction(factory.createGetEntitledAttributesAction(action));
request.setEnableChildSearch(enableChildSearch);

GetEntitledAttributesResponse response = (GetEntitledAttributesResponse) getWebServiceTemplate()
return (GetEntitledAttributesResponse) getWebServiceTemplate()
.marshalSendAndReceive(this.entitlementServiceUrl, request);

return response;

}
}

0 comments on commit edf9e0f

Please sign in to comment.