Use new Uint* constants
[bgpcep.git] / pcep / ietf-stateful07 / src / test / java / org / opendaylight / protocol / pcep / ietf / PCEPValidatorTest.java
index a27cad6e0c44222ed8c4c52a87fd945a41f03995..f995cbcabcf2086bc4b8aa53e64eb23d96010e4c 100644 (file)
@@ -582,7 +582,7 @@ public class PCEPValidatorTest {
                     .setP2mp(false)
                     .setEroCompression(false)
                     .setPriority(Uint8.ONE)
-                    .setRequestId(new RequestId(Uint32.valueOf(10)))
+                    .setRequestId(new RequestId(Uint32.TEN))
                     .setTlvs(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
                         .rp.object.rp.TlvsBuilder().build())
                     .setProcessingRule(false);