mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
Fix JavaDoc that breaks build...
This commit is contained in:
parent
e718e58b65
commit
85346a82e1
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user