Migrate common/util to JUnit5
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / concurrent / CommonTestUtils.java
index b0c5c10b7192ac2aa1b856492c17c52e594cabbd..367ff5049cacc10ec5b463b276b1c92cb45785c9 100644 (file)
@@ -5,7 +5,6 @@
  * 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.yangtools.util.concurrent;
 
 import com.google.common.util.concurrent.ListenableFuture;
@@ -18,7 +17,7 @@ import java.util.concurrent.CountDownLatch;
  *
  * @author Thomas Pantelis
  */
-public final class CommonTestUtils {
+final class CommonTestUtils {
     private CommonTestUtils() {
         throw new UnsupportedOperationException();
     }