From d55f2870fb7b5766c6ed780d390bee8ec54dce26 Mon Sep 17 00:00:00 2001 From: imesh94 Date: Thu, 14 Nov 2024 13:55:11 +0530 Subject: [PATCH] Remove additional newline --- .../org/wso2/openbanking/cds/gateway/utils/GatewayConstants.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/org.wso2.openbanking.cds.gateway/src/main/java/org/wso2/openbanking/cds/gateway/utils/GatewayConstants.java b/components/org.wso2.openbanking.cds.gateway/src/main/java/org/wso2/openbanking/cds/gateway/utils/GatewayConstants.java index 7c00b164..13c8c3a6 100644 --- a/components/org.wso2.openbanking.cds.gateway/src/main/java/org/wso2/openbanking/cds/gateway/utils/GatewayConstants.java +++ b/components/org.wso2.openbanking.cds.gateway/src/main/java/org/wso2/openbanking/cds/gateway/utils/GatewayConstants.java @@ -139,7 +139,6 @@ private GatewayConstants() { public static final String CLIENT_ID = "client_id"; public static final String ENDPOINT_ADDRESS = "ENDPOINT_ADDRESS"; - // Constants related to executors public static final String HTTP_GET = "GET"; public static final String HTTP_POST = "POST";