mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Update ClassID.java
This commit is contained in:
parent
8df560eed2
commit
e97f1036f0
@ -153,7 +153,7 @@ public class ClassID implements Duplicatable, GenericRecord {
|
||||
/* Read 8 bytes. */
|
||||
System.arraycopy(src, 8 + offset, bytes, 8, 8);
|
||||
|
||||
return bytes;
|
||||
return bytes.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user