Fix some JavaDoc issues that broke the release build...

This commit is contained in:
Harald Kuhr
2021-04-24 12:05:49 +02:00
parent ee2be3f88f
commit 51bdd370da
3 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ package com.twelvemonkeys.imageio.metadata.tiff;
* IEEE 754 half-precision floating point data type.
*
* @see <a href="https://stackoverflow.com/a/6162687/259991">Stack Overflow answer by x4u</a>
* @see <a href="https://en.wikipedia.org/wiki/Half-precision_floating-point_format>Wikipedia</a>
* @see <a href="https://en.wikipedia.org/wiki/Half-precision_floating-point_format">Wikipedia</a>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @author last modified by $Author: haraldk$