summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2019-03-08 17:12:18 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-03-08 17:12:18 +0000
commita7c498a7492e7f67e237f665171c8da20c201bdb (patch)
treefce5f44fbbbfd4b581928ccb761ddb9986a94b1e
parent10c573ff852309894b383ae9aa13dca0d64f8d3e (diff)
Update current API after adding nullable annotations.
Test: m Bug: 126703375 Change-Id: I355d911f07385fd835cb7c74a2dc9da689cda4be
-rwxr-xr-xapi/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 724adacb52eb..cc2fe9cf5964 100755
--- a/api/current.txt
+++ b/api/current.txt
@@ -55291,7 +55291,7 @@ package dalvik.system {
public final class DelegateLastClassLoader extends dalvik.system.PathClassLoader {
ctor public DelegateLastClassLoader(String, ClassLoader);
ctor public DelegateLastClassLoader(String, String, ClassLoader);
- ctor public DelegateLastClassLoader(String, String, ClassLoader, boolean);
+ ctor public DelegateLastClassLoader(@NonNull String, @Nullable String, @Nullable ClassLoader, boolean);
}
public class DexClassLoader extends dalvik.system.BaseDexClassLoader {