Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / tunnel / tunnel-provider / src / main / java / org / opendaylight / bgpcep / pcep / tunnel / provider / CreateTunnelInstructionExecutor.java
index 0b448d7ec942192d2e267f0a5baad637c095f290..ee8e415917584673f85fc0a0c325f8ff2d10b9e1 100644 (file)
@@ -94,7 +94,7 @@ final class CreateTunnelInstructionExecutor extends AbstractInstructionExecutor
         final TerminationPointType dpt = dp1.getIgpTerminationPointAttributes().getTerminationPointType();
 
         // The types have to match
-        Preconditions.checkArgument(spt.getImplementedInterface().equals(dpt.getImplementedInterface()));
+        Preconditions.checkArgument(spt.implementedInterface().equals(dpt.implementedInterface()));
 
         // And they have to actually be Ip
         final Ip sips = (Ip) spt;