Turn off visibility of GlobalBundleScanningSchemaServiceImpl#start() 01/56301/1
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 23 Aug 2016 12:26:32 +0000 (08:26 -0400)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 30 Apr 2017 19:27:16 +0000 (21:27 +0200)
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>
(cherry picked from commit 6ed4207635b1ac2f4bb9611e82130002602f0d4d)

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");