diff options
| -rw-r--r-- | graphics/java/android/graphics/SurfaceTexture.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/SurfaceTexture.java b/graphics/java/android/graphics/SurfaceTexture.java index 06a8d99537a1..91deb8700d6c 100644 --- a/graphics/java/android/graphics/SurfaceTexture.java +++ b/graphics/java/android/graphics/SurfaceTexture.java @@ -162,7 +162,7 @@ public class SurfaceTexture { /** * Releases the the texture content. This is needed in single buffered mode to allow the image * content producer to take ownership of the image buffer. - * For more information see {@link SurfaceTexture(int, boolean)}. + * For more information see {@link #SurfaceTexture(int, boolean)}. */ public void releaseTexImage() { nativeReleaseTexImage(); |