From fecc2d970cd1352ad4aaf2f169df4aded1601187 Mon Sep 17 00:00:00 2001 From: Simon Bernard Date: Thu, 25 Apr 2024 11:23:39 +0200 Subject: [PATCH] test --- .../src/main/java/org/eclipse/leshan/core/CertificateUsage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/leshan-core/src/main/java/org/eclipse/leshan/core/CertificateUsage.java b/leshan-core/src/main/java/org/eclipse/leshan/core/CertificateUsage.java index 242a5b399e..20cd62dac7 100644 --- a/leshan-core/src/main/java/org/eclipse/leshan/core/CertificateUsage.java +++ b/leshan-core/src/main/java/org/eclipse/leshan/core/CertificateUsage.java @@ -24,6 +24,7 @@ public enum CertificateUsage { CA_CONSTRAINT(0), SERVICE_CERTIFICATE_CONSTRAINT(1), TRUST_ANCHOR_ASSERTION(2), DOMAIN_ISSUER_CERTIFICATE(3); + // just to trigger build public final ULong code; private CertificateUsage(int code) {