Fixed JavaDoc errors to enable Java 8 build.

This commit is contained in:
Harald Kuhr
2019-08-10 00:41:36 +02:00
parent 7d2c692663
commit 9e23413456
168 changed files with 34586 additions and 34396 deletions

View File

@@ -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)