We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1825f commit 332d87fCopy full SHA for 332d87f
src/main/java/com/ukubuka/core/utilities/Constants.java
@@ -21,4 +21,9 @@ public final class Constants {
21
/******************************* Transformer Constants ********************************/
22
public static final String COLUMN_ENCOLSING_QUOTE = "\"";
23
public static final String SHORTCUT_MAP_DELIMITER = "=";
24
+
25
+ /******************************** Private Constructor *********************************/
26
+ private Constants() {
27
+ /* Do Nothing */
28
+ }
29
}
0 commit comments