RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]

ScientificWare duke at openjdk.org
Tue Aug 9 08:54:17 UTC 2022


On Tue, 9 Aug 2022 08:38:26 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> ScientificWare has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains ten additional commits since the last revision:
>> 
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Merge branch 'openjdk:master' into scientificware-patch-001-DTDBuilder
>>  - Remove unused imports.
>>    
>>    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;
>
> The tests came back fine without any issue.

@jaikiran Greats Thanks.

-------------

PR: https://git.openjdk.org/jdk/pull/9360


More information about the core-libs-dev mailing list