BUG-47 : PCEP migration to generated DTOs.
[bgpcep.git] / framework / src / main / java / org / opendaylight / protocol / framework / ProtocolMessageFactory.java
index ffc18e4a9b5699538b7454fc43fe12b13379fe39..24737bd38c3f5bada6fb078d27a1e1da89bca07b 100644 (file)
@@ -13,7 +13,7 @@ import java.util.List;
  * Interface for factory for parsing and serializing protocol specific messages. Needs to be implemented by a protocol
  * specific message factory. The methods put/parse should delegate parsing to specific message parsers, e.g.
  * OpenMessageParser etc.
- *
+ * 
  * @param <T> type of messages created by this factory
  */
 public interface ProtocolMessageFactory<T> {