You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
The following code is generated by XJC for binary datatype of an element.
/**
Sets the value of the binaryContent property.
@param value
allowed object is
byte[]
*/
protected byte[] binaryContent;
public void setBinaryContent(byte[] value) { this.binaryContent = ((byte[]) value); }
Notice the redundant cast to byte[]. This cast unnecessarily generates a compile
warning.
Environment
Operating System: All
Platform: All
Affected Versions
[2.0.3]