Continue framework clean up.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / RepositoryService.java
index ed8be17eafc69c333cebd76325d5c132a02d4a01..8525174e23e3e0492ce9462c6cd600c744b4c48e 100644 (file)
@@ -23,7 +23,7 @@ public class RepositoryService implements ManagedService, MetaTypeProvider {
        private ServiceRegistration<RepositoryContext> repositoryContextReg;
 
        @Override
-       public synchronized void updated(Dictionary<String, ?> properties) throws ConfigurationException {
+       public void updated(Dictionary<String, ?> properties) throws ConfigurationException {
                if (properties == null)
                        return;
 
@@ -52,7 +52,7 @@ public class RepositoryService implements ManagedService, MetaTypeProvider {
 
        }
 
-       public synchronized void shutdown() {
+       public void shutdown() {
                if (repositoryContextReg == null)
                        return;
                RepositoryContext repositoryContext = bc.getService(repositoryContextReg.getReference());