Extensibility fix - simplified too strict key limitation 25/8525/1
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 2 Jul 2014 06:40:36 +0000 (08:40 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 2 Jul 2014 06:40:44 +0000 (08:40 +0200)
commit2a804aec954ccaaa5f3aa0bb2c22f265fdd8e6b5
treeb5784e41df88ccbe634391ac323bfe5ba2ed3495
parentdfaeef38744f68c8caad72e83cdfd23d83afba9a
Extensibility fix - simplified too strict key limitation

 - MessageTypeKey in SwitchConnectionProvider#registerCustomSerializer was restricted to <E extends DataObject>, which does not allow for use of other objects (such as descendants of BaseIdentity)

Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/SwitchConnectionProviderImpl.java
openflow-protocol-spi/src/main/java/org/opendaylight/openflowjava/protocol/spi/connection/SwitchConnectionProvider.java