RFR: 8316144: Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element._Depth

Andrey Turbanov aturbanov at openjdk.org
Tue Sep 12 20:13:01 UTC 2023


A field `short _Depth` in the `jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element` class is unused and can be removed.

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

Commit messages:
 - [PATCH] Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element#_Depth

Changes: https://git.openjdk.org/jdk/pull/15692/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15692&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8316144
  Stats: 5 lines in 1 file changed: 0 ins; 4 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15692.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15692/head:pull/15692

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


More information about the core-libs-dev mailing list