On Wed, 26 May 2021 22:02:36 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Editorial updates to review comments. >> Simplify the builtin filter factory implementation. >> Add atomic update to setting the filter factory. >> Clarify the description of OIS.setObjectInputFilter. >> Cleanup of the example code. > > test/jdk/java/io/Serializable/serialFilter/SerialFilterFactoryTest.java line > 332: > >> 330: public void next(ObjectInputFilter next) { >> 331: this. next = next; >> 332: } > > Is this next() used anywhere ? Neither is used, IntellJ was happy to create getters and setters... Can be removed. ------------- PR: https://git.openjdk.java.net/jdk/pull/3996