Fix javadoc typos.

This commit is contained in:
Jack Palevich
2009-12-31 15:29:28 +08:00
parent a6276fdd42
commit 8af9649d44
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import java.nio.Buffer;
* The PKM file format is of a 16-byte header that describes the image bounds
* followed by the encoded ETC1 texture data.
* <p>
* @see(ETC1Util)
* @see ETC1Util
*/
public class ETC1 {

View File

@@ -92,7 +92,7 @@ public class ETC1Util {
/**
* Check if ETC1 texture compression is supported by the active OpenGL ES context.
* @returns true if the active OpenGL ES context supports ETC1 texture compression.
* @return true if the active OpenGL ES context supports ETC1 texture compression.
*/
public static boolean isETC1Supported() {
int[] results = new int[20];