diff options
| author | 2013-05-10 23:05:50 -0700 | |
|---|---|---|
| committer | 2013-05-10 23:05:50 -0700 | |
| commit | 6a93e8b67a5dae181d27ff35cb0de8486801cfad (patch) | |
| tree | dace967f62da86907efbd19cf817a251904e9650 | |
| parent | 6155251c7bcb75818bdc9bbf1bd863df49994a7c (diff) | |
| parent | 9a76363016b87a4c2ab02d02ea0aafcc39a6eece (diff) | |
am 9a763630: am 37dbac9c: Merge "Expose @SafeVarargs."
* commit '9a76363016b87a4c2ab02d02ea0aafcc39a6eece':
Expose @SafeVarargs.
| -rw-r--r-- | api/current.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 0994df253b47..d9f4b1f79cbe 100644 --- a/api/current.txt +++ b/api/current.txt @@ -33636,6 +33636,9 @@ package java.lang { ctor public RuntimePermission(java.lang.String, java.lang.String); } + public abstract class SafeVarargs implements java.lang.annotation.Annotation { + } + public class SecurityException extends java.lang.RuntimeException { ctor public SecurityException(); ctor public SecurityException(java.lang.String); |