Skip to content

Commit

Permalink
fix for rsa tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Feb 15, 2011
1 parent 2794b5c commit 5a412fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected ID[] createECFIDFilterIDs(Map<String, Object> props) {
}

protected IServiceInfo createServiceInfoForDiscovery(EndpointDescription endpointDescription) {
return serviceInfoFactory.createServiceInfoForDiscovery(discoveryAdvertiser, endpointDescription);
return serviceInfoFactory.createServiceInfo(discoveryAdvertiser, endpointDescription);
}

protected org.osgi.service.remoteserviceadmin.EndpointDescription createEndpointDescriptionFromDiscovery(
Expand Down

0 comments on commit 5a412fd

Please sign in to comment.