diff options
| author | 2014-02-19 14:16:33 -0800 | |
|---|---|---|
| committer | 2014-02-19 14:16:33 -0800 | |
| commit | df8a07325db1ca6d8aa66027039c7d163c1e4d7d (patch) | |
| tree | 9767209d2c4d6ba283b2e9555996832d56ead0d4 | |
| parent | 2befd09cf4fe89a18a655f3e1dd310831bfa769f (diff) | |
Documentation nit.
Change-Id: If006b2d4ad432917c287d66cebaa0a7bffa1aea7
| -rw-r--r-- | runtime/modifiers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/modifiers.h b/runtime/modifiers.h index 0addd51fc6..e599b03474 100644 --- a/runtime/modifiers.h +++ b/runtime/modifiers.h @@ -34,7 +34,7 @@ static const uint32_t kAccNative = 0x0100; // method static const uint32_t kAccInterface = 0x0200; // class, ic static const uint32_t kAccAbstract = 0x0400; // class, method, ic static const uint32_t kAccStrict = 0x0800; // method -static const uint32_t kAccSynthetic = 0x1000; // field, method, ic +static const uint32_t kAccSynthetic = 0x1000; // class, field, method, ic static const uint32_t kAccAnnotation = 0x2000; // class, ic (1.5) static const uint32_t kAccEnum = 0x4000; // class, field, ic (1.5) |