From 160aeb205dbec460f8eb7eba57e103f6458e43a5 Mon Sep 17 00:00:00 2001 From: 101 Date: Fri, 23 Feb 2024 07:01:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=ED=8C=A9=ED=86=A0=EB=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global/exception/h400/VersionMismatchException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/daemawiki/global/exception/h400/VersionMismatchException.java b/src/main/java/com/example/daemawiki/global/exception/h400/VersionMismatchException.java index b568c4a7..672e45df 100644 --- a/src/main/java/com/example/daemawiki/global/exception/h400/VersionMismatchException.java +++ b/src/main/java/com/example/daemawiki/global/exception/h400/VersionMismatchException.java @@ -4,7 +4,7 @@ import com.example.daemawiki.global.error.exception.CustomException; public class VersionMismatchException extends CustomException { - public final static CustomException EXCEPTION = new VersionMismatchException(); + public static final CustomException EXCEPTION = new VersionMismatchException(); private VersionMismatchException() { super(ErrorCode.VERSION_MISMATCH);