Details
Description
- Make class as final.
- Private constructor already exists, by making it final we just matching the patterns from other utility classes.
- Make following public static final variables as private;
public static final String resource = "ProductUiLabels"; public static final MathContext generalRounding = new MathContext(10);