Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8290070

Unused imports in DTDBuider.java.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 19
    • infrastructure
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      Some imports are no more used in DTDBuilder.

          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/openjdk/jdk/pull/9360



            pnarayanaswa Praveen Narayanaswamy
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: