Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 4c3e521

Browse files
committed
removing meaningless code from a private constructor
1 parent 64d121b commit 4c3e521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/binance/api/client/constant

src/main/java/com/binance/api/client/constant/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public final class Util {
1818
public static final String BTC_TICKER = "BTC";
1919

2020
private Util() {
21-
throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
21+
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)