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
@@ -32,9 +32,10 @@ package com.twelvemonkeys.imageio.plugins.pcx;
/**
* IFFUtil
* <p/>
* <p>
* Bit rotate methods based on Sue-Ken Yap, "A Fast 90-Degree Bitmap Rotator,"
* in GRAPHICS GEMS II, James Arvo ed., Academic Press, 1991, ISBN 0-12-064480-0.
* </p>
*
* @author Unascribed (C version)
* @author Harald Kuhr (Java port)