8130253: ObjectStreamClass.getFields too restrictive
Reviewed-by: igerasim, skoivu
This commit is contained in:
parent
22b80848d1
commit
391696a6f8
@ -845,7 +845,6 @@ public class ObjectStreamClass implements Serializable {
|
||||
* returned.
|
||||
*/
|
||||
ObjectStreamField[] getFields(boolean copy) {
|
||||
requireInitialized();
|
||||
return copy ? fields.clone() : fields;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user