On Mon, 4 Jul 2022 07:04:40 GMT, ScientificWare <d...@openjdk.org> wrote:
> This is tracked in JBS as > > [JDK-8289741](https://bugs.openjdk.org/browse/JDK-8289741) and duplicated by > [JDK-8290070](https://bugs.openjdk.org/browse/JDK-8290070) > > Unused imports in DTDBuider.java. > >> **Remove unused imports from DTDBuilder.java** > > Some imports are no more used. > > - java.io.FileNotFoundException; > - java.io.BufferedInputStream; > - java.io.OutputStream; > - java.util.BitSet; > - java.util.StringTokenizer; > - java.util.Properties; > - java.util.zip.DeflaterOutputStream; > - java.util.zip.Deflater; > - java.net.URL; > > https://github.com/scientificware/jdk/issues/4 This pull request has now been integrated. Changeset: 2712bc3f Author: ScientificWare <i...@scientificware.com> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2712bc3f79990f27fe9a624a7a818ba1c2c74b67 Stats: 11 lines in 1 file changed: 0 ins; 10 del; 1 mod 8289741: Remove unused imports from DTDBuilder.java Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/9360