summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:29:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:29:43 +0000
commitfe96b15815bef2c78fbe2420dd86f5a96fef1a6a (patch)
tree3730e8e911c314cc7a8d562fdab0fd319756daa5
parent0bbd5408982f09c7e290a4aa528e1bb992ddca73 (diff)
parentf272e21eb9c896d3626bbe033396a6765dc00a1f (diff)
downloadapache-http-android14-mainline-uwb-release.tar.gz
Snap for 11041982 from f272e21eb9c896d3626bbe033396a6765dc00a1f to mainline-uwb-releaseaml_uwb_341513070aml_uwb_341511050aml_uwb_341310300aml_uwb_341310030android14-mainline-uwb-release
Change-Id: Ie83e529e16bde791f5e6ac8fba5a17190e8dfa2e
-rw-r--r--api/current.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 9f1b879..30104c9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -1227,7 +1227,10 @@ package org.apache.http.auth {
@Deprecated public final class BasicUserPrincipal implements java.security.Principal {
ctor @Deprecated public BasicUserPrincipal(String);
+ method @Deprecated public boolean equals(Object);
method @Deprecated public String getName();
+ method @Deprecated public int hashCode();
+ method @Deprecated public String toString();
}
@Deprecated public interface Credentials {
@@ -1259,9 +1262,12 @@ package org.apache.http.auth {
@Deprecated public class NTUserPrincipal implements java.security.Principal {
ctor @Deprecated public NTUserPrincipal(String, String);
+ method @Deprecated public boolean equals(Object);
method @Deprecated public String getDomain();
method @Deprecated public String getName();
method @Deprecated public String getUsername();
+ method @Deprecated public int hashCode();
+ method @Deprecated public String toString();
}
@Deprecated public class UsernamePasswordCredentials implements org.apache.http.auth.Credentials {