Open severn-everett opened 8 months ago
The function TagConsumer.finalize() clashes with the JVM function Object.finalize() which has been deprecated and slated for removal. As such, the function should be renamed to remove this clash and avoid problems with later JDK versions.
TagConsumer.finalize()
Object.finalize()
The function
TagConsumer.finalize()
clashes with the JVM functionObject.finalize()
which has been deprecated and slated for removal. As such, the function should be renamed to remove this clash and avoid problems with later JDK versions.