From: guillaume.lambert Date: Wed, 21 Sep 2022 18:26:22 +0000 (+0200) Subject: Fix PCE PathComputationServiceImpl useless NS X-Git-Tag: 6.0.0~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F102419%2F1;hp=2aa755154013d88a4aa99b1d84f38304a29fbc5e;p=transportpce.git Fix PCE PathComputationServiceImpl useless NS JIRA: TRNSPRTPCE-683 Signed-off-by: guillaume.lambert Change-Id: Ib9ee162a0e96ea9d9d90f93eae5273a78c691781 --- diff --git a/pce/src/main/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImpl.java b/pce/src/main/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImpl.java index 3c5213363..32942c2bd 100644 --- a/pce/src/main/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImpl.java +++ b/pce/src/main/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImpl.java @@ -229,8 +229,7 @@ public class PathComputationServiceImpl implements PathComputationService { } // Path calculator returned Success PathDescription pathDescription = - new org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.pce.rev220808 - .service.path.rpc.result.PathDescriptionBuilder() + new PathDescriptionBuilder() .setAToZDirection(path.getAToZDirection()) .setZToADirection(path.getZToADirection()) .build();