Remove trailing whitespace
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ScenarioFactory.java
index 71d0396814e855bb2d8353ed99af92c1f8b1763f..a6afb6a503a9dcce21aba53d2f7077f8f4122f53 100644 (file)
@@ -10,14 +10,18 @@ package org.opendaylight.openflowjava.protocol.impl.clients;
 
 import java.util.Stack;
 
-import org.opendaylight.openflowjava.protocol.impl.util.ByteBufUtils;
+import org.opendaylight.openflowjava.util.ByteBufUtils;
 
 /**
  * Class for providing prepared handshake scenario
- * 
+ *
  * @author michal.polkorab
  */
-public class ScenarioFactory {
+public final class ScenarioFactory {
+
+    private ScenarioFactory() {
+        throw new UnsupportedOperationException("Utility class shouldn't be instantiated");
+    }
 
     /**
      * Creates stack with handshake needed messages.