Remove utility class constructor exceptions
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / util / RequestInputUtils.java
index 9edf9422431dcbb8d2cfaf5b6878c5f6d00d9444..4c27ce6871e75097252713f0abb2cceba4a591a7 100644 (file)
@@ -15,7 +15,7 @@ import org.opendaylight.yangtools.yang.common.Uint8;
 
 public final class RequestInputUtils {
     private RequestInputUtils() {
-        throw new IllegalStateException("This class should not be instantiated.");
+        // Hidden on purpose
     }
 
     public static MultipartRequestInputBuilder createMultipartHeader(final MultipartType multipart,