The idea behind making *Util constructors private is that it does not make sense to instantiate a class that only has static methods.
Gary On Sun, Sep 6, 2020 at 12:49 AM Xeno Amess <[email protected]> wrote: > for example: can we make its constructor public instead of private? >
