Fix raw type warnings in bgp/bmp
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / BGPSessionListener.java
index 97934de26ff1969e1cf0dc54491d94bd23eb6ca8..2df73b2d876d6b3c94573a7bd1a6e3428079de24 100644 (file)
@@ -55,5 +55,5 @@ public interface BGPSessionListener extends PeerRPCs, EventListener {
      *
      * @param notification Protocol message
      */
-    void onMessage(BGPSession session, Notification notification) throws BGPDocumentedException;
+    void onMessage(BGPSession session, Notification<?> notification) throws BGPDocumentedException;
 }