Skip to content

Commit 260d9cd

Browse files
committed
Revert "Util constructor protected"
This reverts commit 24ebb9b.
1 parent 24ebb9b commit 260d9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • snowplow-java-tracker-core/src/main/java/com/snowplowanalytics/snowplow/tracker/core

snowplow-java-tracker-core/src/main/java/com/snowplowanalytics/snowplow/tracker/core/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static Util getInstance() {
3434
return ourInstance;
3535
}
3636

37-
protected Util() {
37+
private Util() {
3838
}
3939

4040
public static ObjectMapper defaultMapper() {

0 commit comments

Comments
 (0)