Implement missing code styles
[ccsdk/features.git] / sdnr / wt / devicemanager-openroadm / provider / src / main / java / org / onap / ccsdk / features / sdnr / wt / devicemanager / openroadm / impl / DeviceManagerOpenroadmImpl.java
index efda889..fc5aaba 100644 (file)
@@ -81,13 +81,13 @@ public class DeviceManagerOpenroadmImpl implements AutoCloseable {
     }
     // end of public methods
 
+    // private methods
     /**
      * Used to close all Services, that should support AutoCloseable Pattern
      *
      * @param toClose
      * @throws Exception
      */
-    // private methods
     private void close(AutoCloseable... toCloseList) {
         for (AutoCloseable element : toCloseList) {
             if (element != null) {