diff options
| author | Xavier Ducrohet <xav@google.com> | 2014-03-26 10:40:21 -0700 |
|---|---|---|
| committer | Xavier Ducrohet <xav@google.com> | 2014-03-26 10:40:21 -0700 |
| commit | 1c086e1e7849c0b3fe31d11ea83d42bd78abcd6d (patch) | |
| tree | a3d9a1bd3e556954b2c529d2ea2acb3a546ea334 /annotations | |
| parent | 15474b9b03ff93b60289d65e43f71155be1e508e (diff) | |
| download | android_frameworks_support-1c086e1e7849c0b3fe31d11ea83d42bd78abcd6d.tar.gz android_frameworks_support-1c086e1e7849c0b3fe31d11ea83d42bd78abcd6d.tar.bz2 android_frameworks_support-1c086e1e7849c0b3fe31d11ea83d42bd78abcd6d.zip | |
Fix Javadoc issue in annotation lib.
Change-Id: I99864028c95294574b8e9954ed53661b2720cf9c
Diffstat (limited to 'annotations')
| -rw-r--r-- | annotations/src/android/support/annotation/IntDef.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/annotations/src/android/support/annotation/IntDef.java b/annotations/src/android/support/annotation/IntDef.java index 3232ff2a80..ce49b6e5b7 100644 --- a/annotations/src/android/support/annotation/IntDef.java +++ b/annotations/src/android/support/annotation/IntDef.java @@ -29,7 +29,7 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; /** * Denotes that the annotated element of integer type, represents * a logical type and that its value should be one of the explicitly - * named constants. If the {@link #flag()} attribute is set to true, + * named constants. If the IntDef#flag() attribute is set to true, * multiple constants can be combined. * <p> * Example: |
