Closed devonlazarus closed 6 years ago
Note the setter does not use the method argument in setting the member variable:
public void setEncoding(String charset) { Validator.validate(!Validator.isBlank(encoding), "encoding cannot be blank"); this.encoding = encoding.trim(); }
Note the setter does not use the method argument in setting the member variable: