https://bz.apache.org/bugzilla/show_bug.cgi?id=65796
--- Comment #2 from Axel Howind <[email protected]> --- At first glance, I don't see any reason why we shouldn't just remove that method and use [`Arrays.fill(byte[] a, byte val)`](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Arrays.html#fill(byte%5B%5D,byte)) instead. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
