Fix PCE PathComputationServiceImpl useless NS 19/102419/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 21 Sep 2022 18:26:22 +0000 (20:26 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 21 Sep 2022 18:27:36 +0000 (20:27 +0200)
JIRA: TRNSPRTPCE-683
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ib9ee162a0e96ea9d9d90f93eae5273a78c691781

pce/src/main/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImpl.java

index 3c521336384ca96f9f3137d6e653a2c0fbc121ea..32942c2bd12d9a92de028e557cc51b7335d7009f 100644 (file)
@@ -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();