From 0272ad6719bc1d3ed33fca1f13713c8e663b2d70 Mon Sep 17 00:00:00 2001 From: Anush-Shand <127097095+Anush-Shand@users.noreply.github.com> Date: Fri, 10 May 2024 12:57:41 +0530 Subject: [PATCH] task(SDK-3803) - Changes access modifier of set (#238) --- .../java/com/clevertap/clevertap_plugin/CleverTapPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java b/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java index ba94915..4262298 100644 --- a/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java +++ b/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java @@ -102,7 +102,7 @@ public class CleverTapPlugin implements ActivityAware, private Context context; public static Map variables = new HashMap<>(); - public static Set nativeToDartMethodChannelSet = new HashSet<>(); + private static final Set nativeToDartMethodChannelSet = new HashSet<>(); /** * Plugin registration.