Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MammatusPlatypus committed Jun 15, 2016
1 parent 61950af commit dbdae20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ public ManagedServiceBuilder setEndpointServices(final List<Object> endpointServ
public ManagedServiceBuilder addEndpointServiceWithServiceManagmentBundle(
final Object endpointService, final ServiceManagementBundle serviceManagementBundle) {

addEndpointServiceWithAliasAndQueueHandlerCallbacks(null, new QueueCallBackHandler() {
addEndpointServiceWithAliasAndQueueHandlerCallbacks(null, endpointService, new QueueCallBackHandler() {
@Override
public void queueProcess() {
serviceManagementBundle.process();
Expand Down

0 comments on commit dbdae20

Please sign in to comment.