Fix bad link tag in javadoc.

Java7 javadoc tools seem to accept this without complaint
but not all targets use java7 yet.

Change-Id: Ib08be8ad0f7db2e89f38b764cce858d0e7eecd2e
This commit is contained in:
Narayan Kamath 2014-02-28 14:05:21 +00:00
parent f5684052f2
commit 622b6b28f2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public abstract class EGLObjectHandle {
private final long mHandle;
/**
* @deprecated Use {@link EGLObjectHandle(long)} instead. Handles
* @deprecated Use {@link #EGLObjectHandle(long)} instead. Handles
* on 64 bit platforms will be wider than java ints.
*/
@Deprecated