Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / match / AbstractOxmMatchEntryDeserializer.java
index 1d737b093bfc57e1673d3108d8ba70548b37ac66..5b9c6ba51cb057c544cce053db94dfc132413477 100644 (file)
@@ -40,7 +40,7 @@ public abstract class AbstractOxmMatchEntryDeserializer implements HeaderDeseria
 
     /**
      * Prepares match entry header - sets oxm_class, oxm_field, hasMask
-     *  + sets the buffer.readerIndex() to the end of match entry 
+     *  + sets the buffer.readerIndex() to the end of match entry
      *  - where augmentation starts
      * @param oxmClass oxm class type
      * @param oxmField oxm field type
@@ -60,5 +60,5 @@ public abstract class AbstractOxmMatchEntryDeserializer implements HeaderDeseria
         input.skipBytes(EncodeConstants.SIZE_OF_BYTE_IN_BYTES);
         return builder;
     }
-    
+
 }