Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-util / src / main / java / org / opendaylight / netconf / util / CloseableUtil.java
index 1067da9d91a619dfad978dd8b3b44945e551b57e..f9dab601821fd0d816c46a52075eacd354adca7f 100644 (file)
@@ -5,10 +5,12 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.netconf.util;
 
-public class CloseableUtil {
+public final class CloseableUtil {
+    private CloseableUtil() {
+
+    }
 
     @SuppressWarnings("checkstyle:IllegalCatch")
     public static void closeAll(Iterable<? extends AutoCloseable> autoCloseables) throws Exception {