summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opengl/java/android/opengl/ETC1.java2
-rw-r--r--opengl/java/android/opengl/ETC1Util.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/ETC1.java b/opengl/java/android/opengl/ETC1.java
index 677bbd4..f3dac77 100644
--- a/opengl/java/android/opengl/ETC1.java
+++ b/opengl/java/android/opengl/ETC1.java
@@ -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 {
diff --git a/opengl/java/android/opengl/ETC1Util.java b/opengl/java/android/opengl/ETC1Util.java
index 56e2f23..dd28d1d 100644
--- a/opengl/java/android/opengl/ETC1Util.java
+++ b/opengl/java/android/opengl/ETC1Util.java
@@ -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];