Fix JavaDoc that breaks build...

This commit is contained in:
Harald Kuhr 2025-06-17 08:30:43 +02:00
parent e718e58b65
commit 85346a82e1

View File

@ -71,7 +71,6 @@ public final class TIFFImageMetadata extends AbstractMetadata {
/** /**
* Creates an empty TIFF metadata object. * Creates an empty TIFF metadata object.
* <br/>
* Client code can update or change the metadata using the * Client code can update or change the metadata using the
* {@link #setFromTree(String, Node)} * {@link #setFromTree(String, Node)}
* or {@link #mergeTree(String, Node)} methods. * or {@link #mergeTree(String, Node)} methods.
@ -82,7 +81,6 @@ public final class TIFFImageMetadata extends AbstractMetadata {
/** /**
* Creates a TIFF metadata object, using the values from the given IFD. * Creates a TIFF metadata object, using the values from the given IFD.
* <br/>
* Client code can update or change the metadata using the * Client code can update or change the metadata using the
* {@link #setFromTree(String, Node)} * {@link #setFromTree(String, Node)}
* or {@link #mergeTree(String, Node)} methods. * or {@link #mergeTree(String, Node)} methods.
@ -95,7 +93,6 @@ public final class TIFFImageMetadata extends AbstractMetadata {
/** /**
* Creates a TIFF metadata object, using the values from the given entries. * Creates a TIFF metadata object, using the values from the given entries.
* <br/>
* Client code can update or change the metadata using the * Client code can update or change the metadata using the
* {@link #setFromTree(String, Node)} * {@link #setFromTree(String, Node)}
* or {@link #mergeTree(String, Node)} methods. * or {@link #mergeTree(String, Node)} methods.