summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:10:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:10:02 +0000
commit3d48529542d486d5ac3c77dc889bd3393764589f (patch)
tree3730e8e911c314cc7a8d562fdab0fd319756daa5
parent0e862d3baa700afc164e60ab973e0d20d444d12c (diff)
parentea1cd97bae6827bfa9d5733d9f2e55fde634f964 (diff)
downloadapache-http-3d48529542d486d5ac3c77dc889bd3393764589f.tar.gz
Snap for 10957012 from ea1cd97bae6827bfa9d5733d9f2e55fde634f964 to simpleperf-release
Change-Id: I4c9e3797e0f00dfb27be5caa9813b511e592fa64
-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 {