From: Robert Varga Date: Thu, 6 Dec 2018 17:30:14 +0000 (+0100) Subject: Do not rebox pathId X-Git-Tag: release/neon~119 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8f4ca9f10562f34e496a32e432d4217f9130a2a8;p=bgpcep.git Do not rebox pathId Path IDs are stored in boxed array, using a long temporary forces it to be unboxed, only to be boxed again when we put it into the list. Change-Id: I591f1259c61a0bc2c4a410af3810222b4fe7dc87 Signed-off-by: Robert Varga --- diff --git a/bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java b/bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java index 4eb99ba5c5..5c6b7cf7e9 100644 --- a/bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java +++ b/bgp/path-selection-mode/src/main/java/org/opendaylight/protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java @@ -90,7 +90,7 @@ public abstract class AddPathAbstractRouteEntry