From e2234019a7490c1afae0f9d2ffc78bd7e42f1051 Mon Sep 17 00:00:00 2001 From: prasanthomanakuttan Date: Tue, 13 Sep 2022 08:36:55 +0530 Subject: [PATCH] Refactor - Reorder modifier as per openJDK java style guidelines --- .../java/tech/jhipster/registry/security/SecurityUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/tech/jhipster/registry/security/SecurityUtils.java b/src/main/java/tech/jhipster/registry/security/SecurityUtils.java index b7155525e..5ab7c8234 100644 --- a/src/main/java/tech/jhipster/registry/security/SecurityUtils.java +++ b/src/main/java/tech/jhipster/registry/security/SecurityUtils.java @@ -18,7 +18,7 @@ */ public final class SecurityUtils { - public static final String CLAIMS_NAMESPACE = "https://www.jhipster.tech/"; + public static final String CLAIMS_NAMESPACE = "https://www.jhipster.tech/"; private SecurityUtils() {}