This is an automated email from the ASF dual-hosted git repository. markt 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 c175df1 Trivial line spacing changes to align with 8.5.x / 7.0.x c175df1 is described below commit c175df1b1d141d5e160d6be535074fe822d12308 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Dec 17 22:15:14 2019 +0000 Trivial line spacing changes to align with 8.5.x / 7.0.x --- java/org/apache/catalina/realm/RealmBase.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/realm/RealmBase.java b/java/org/apache/catalina/realm/RealmBase.java index 8c3df99..62f5b8e 100644 --- a/java/org/apache/catalina/realm/RealmBase.java +++ b/java/org/apache/catalina/realm/RealmBase.java @@ -16,7 +16,6 @@ */ package org.apache.catalina.realm; - import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.io.IOException; @@ -149,7 +148,6 @@ public abstract class RealmBase extends LifecycleMBeanBase implements Realm { // ------------------------------------------------------------- Properties - /** * @return The HTTP status code used when the container needs to issue an * HTTP redirect to meet the requirements of a configured transport @@ -368,6 +366,7 @@ public abstract class RealmBase extends LifecycleMBeanBase implements Realm { } } + /** * Try to authenticate with the specified username, which * matches the digest calculated using the given parameters using the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org