Skip to content

Commit 332d87f

Browse files
committed
Added Private Constructor For Constants
1 parent 8d1825f commit 332d87f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/ukubuka/core/utilities/Constants.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ public final class Constants {
2121
/******************************* Transformer Constants ********************************/
2222
public static final String COLUMN_ENCOLSING_QUOTE = "\"";
2323
public static final String SHORTCUT_MAP_DELIMITER = "=";
24+
25+
/******************************** Private Constructor *********************************/
26+
private Constants() {
27+
/* Do Nothing */
28+
}
2429
}

0 commit comments

Comments
 (0)