Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static final MathContext generalRounding = new MathContext(10);
No variables needs to be change for this class.
public static final MathContext generalRounding = new MathContext(10);
No variables needs to be change for this class.