From: Aurimas Liutikas Date: Tue, 6 Aug 2019 13:26:37 +0000 (-0700) Subject: Update API signature file to reflect the correct logp nullability X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6adb1adfb23c890e2d2b19939e517cf683dcfab4;p=android-x86%2Fframeworks-base.git Update API signature file to reflect the correct logp nullability A matching patch to the fix in java.util.logging.Logging nullability. See https://android-review.googlesource.com/c/platform/libcore/+/1096198/ Test: make -j update-api Change-Id: I0b653de474b6162764cfa711eb967aada4c0ee50 --- diff --git a/api/current.txt b/api/current.txt index 7afef300a47b..188258bccc42 100755 --- a/api/current.txt +++ b/api/current.txt @@ -70475,7 +70475,7 @@ package java.util.logging { method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String); method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @NonNull java.util.function.Supplier); method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String, @Nullable Object); - method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String, Object[]); + method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String, @Nullable Object[]); method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String, @Nullable Throwable); method public void logp(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable Throwable, @NonNull java.util.function.Supplier); method @Deprecated public void logrb(@NonNull java.util.logging.Level, @Nullable String, @Nullable String, @Nullable String, @Nullable String);