Details
Description
- Make class as final.
- Add a private constructor.
- Make the following public static variables as private
public static final String resource = "ProductUiLabels"; public static final String resourceError = "ProductErrorUiLabels";
No variables needs to be change for this class.