Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / TypeToClassMapInitializer.java
index b0b4d04777f61c5899658e58790434ddea2438e9..9ed52140e7ee489be17a38124983ea270137381d 100644 (file)
@@ -44,7 +44,7 @@ public final class TypeToClassMapInitializer {
      */
     public static void initializeTypeToClassMap(Map<TypeToClassKey, Class<?>> messageClassMap) {
         // init OF v1.0 mapping
-        TypeToClassInitHelper helper = 
+        TypeToClassInitHelper helper =
                 new TypeToClassInitHelper(EncodeConstants.OF10_VERSION_ID, messageClassMap);
         helper.registerTypeToClass((short) 0, HelloMessage.class);
         helper.registerTypeToClass((short) 1, ErrorMessage.class);