Fixed JavaDoc errors to enable Java 8 build.

(cherry picked from commit 9e23413456)
This commit is contained in:
Harald Kuhr
2019-08-10 00:41:36 +02:00
parent fa09099da0
commit e1025f9540
169 changed files with 34632 additions and 34503 deletions
@@ -50,8 +50,8 @@ import java.awt.image.*;
import java.io.DataInputStream;
import java.io.File;
import java.io.IOException;
import java.util.*;
import java.util.List;
import java.util.*;
/**
* ImageReader for Adobe Photoshop Document (PSD) format.
@@ -59,8 +59,8 @@ import java.util.List;
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @author last modified by $Author: haraldk$
* @version $Id: PSDImageReader.java,v 1.0 Apr 29, 2008 4:45:52 PM haraldk Exp$
* @see <a href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/">Adobe Photoshop File Formats Specification<a>
* @see <a href="http://www.fileformat.info/format/psd/egff.htm">Adobe Photoshop File Format Summary<a>
* @see <a href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/">Adobe Photoshop File Formats Specification</a>
* @see <a href="http://www.fileformat.info/format/psd/egff.htm">Adobe Photoshop File Format Summary</a>
*/
// TODO: Implement ImageIO meta data interface
// TODO: Figure out of we should assume Adobe RGB (1998) color model, if no embedded profile?
@@ -67,9 +67,10 @@ public final class PSDMetadataFormat extends IIOMetadataFormatImpl {
/**
* Private constructor.
* <p/>
* <p>
* The {@link javax.imageio.metadata.IIOMetadata} class will instantiate this class
* by reflection, invoking the static {@code getInstance()} method.
* </p>
*
* @see javax.imageio.metadata.IIOMetadata#getMetadataFormat
* @see #getInstance()