This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8f8a3e9 Fix javadoc 8f8a3e9 is described below commit 8f8a3e974fa8841a40e192fbcc588a14b342264e Author: remm <r...@apache.org> AuthorDate: Wed Dec 4 15:25:17 2019 +0100 Fix javadoc Even when marked deprecated, it needs to be complete to avoid breaking the build. --- java/org/apache/catalina/realm/RealmBase.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/org/apache/catalina/realm/RealmBase.java b/java/org/apache/catalina/realm/RealmBase.java index 91b468f..8c3df99 100644 --- a/java/org/apache/catalina/realm/RealmBase.java +++ b/java/org/apache/catalina/realm/RealmBase.java @@ -1225,6 +1225,11 @@ public abstract class RealmBase extends LifecycleMBeanBase implements Realm { /** + * Get the principal associated with the specified user name. + * + * @param username The user name + * @param gssCredential the GSS credential of the principal + * @return the principal associated with the given user name. * @deprecated This will be removed in Tomcat 10 onwards. Use * {@link #getPrincipal(GSSName, GSSCredential)} instead. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org