We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb07cd8 commit d9baff2Copy full SHA for d9baff2
src/main/java/com/iemr/admin/utils/Constants.java
@@ -4,4 +4,6 @@ public class Constants {
4
public static final String JWT_TOKEN = "Jwttoken";
5
public static final String USER_AGENT = "User-Agent";
6
public static final String OKHTTP = "okhttp";
7
+
8
+ private Constants() {}
9
}
0 commit comments