Turn off visibility of GlobalBundleScanningSchemaServiceImpl#start() 49/44549/1
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 23 Aug 2016 12:26:32 +0000 (08:26 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 23 Aug 2016 12:26:32 +0000 (08:26 -0400)
Since the start() method is only used in the createInstance(), it
should be private and not exposed.

Change-Id: I0264d0a66bbfb2536bc4d6c57f27f15584ddfabb
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
opendaylight/md-sal/sal-schema-service/src/main/java/org/opendaylight/controller/sal/schema/service/impl/GlobalBundleScanningSchemaServiceImpl.java

index c54b2e388506cfaeaaa01f15856528c544d603b0..19232db486755886b0584c0c972e79bbf7aafde6 100644 (file)
@@ -72,7 +72,7 @@ public class GlobalBundleScanningSchemaServiceImpl implements SchemaContextProvi
         return context;
     }
 
-    public void start() {
+    private void start() {
         checkState(context != null);
         LOG.debug("start() starting");