From: Roland Häder Date: Tue, 18 Oct 2022 14:02:23 +0000 (+0200) Subject: Not needed here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=15accf557c078958b9eb1bb37f19feb50793b2f9;p=jcore-utils.git Not needed here --- diff --git a/src/org/mxchange/jcoreutils/number/SafeNumberUtils.java b/src/org/mxchange/jcoreutils/number/SafeNumberUtils.java index 6929de2..2ec7022 100644 --- a/src/org/mxchange/jcoreutils/number/SafeNumberUtils.java +++ b/src/org/mxchange/jcoreutils/number/SafeNumberUtils.java @@ -140,7 +140,6 @@ public class SafeNumberUtils implements Serializable { * Utilities classes should not have instances */ private SafeNumberUtils () { - // Private constructor } }