Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8af9649d authored by Jack Palevich's avatar Jack Palevich
Browse files

Fix javadoc typos.

parent a6276fdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {

+1 −1
Original line number Diff line number Diff line
@@ -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];