Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / utils / ParametersUtil.java
index 919446f74b89992b315e35dc06174e5196d5dcdd..853face35e49644123d71eaf3b46ee706d2b66df 100644 (file)
@@ -17,7 +17,7 @@ import org.opendaylight.restconf.common.errors.RestconfError;
 import org.opendaylight.restconf.common.errors.RestconfError.ErrorTag;
 import org.opendaylight.restconf.common.errors.RestconfError.ErrorType;
 
-class ParametersUtil {
+final class ParametersUtil {
 
     private ParametersUtil() {
         throw new UnsupportedOperationException("Util class.");