From 8f4ca9f10562f34e496a32e432d4217f9130a2a8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 6 Dec 2018 18:30:14 +0100 Subject: [PATCH] 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 --- .../protocol/bgp/mode/impl/add/AddPathAbstractRouteEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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