This commit is contained in:
Fabio Sinibaldi 2016-09-22 13:07:28 +00:00
parent 08b045afb7
commit 58c9948ad2
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ public class DefaultConfiguration implements Configuration {
}
protected static ServiceEndpoint update(ServiceEndpoint toStore){
protected ServiceEndpoint update(ServiceEndpoint toStore){
RegistryPublisher rp=RegistryPublisherFactory.create();
return rp.update(toStore);
}