This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new a3a92dfc4b Fix build failure
a3a92dfc4b is described below
commit a3a92dfc4b54f2e0b85347902acc74beedc1da97
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Mar 9 18:56:19 2023 +0000
Fix build failure
---
java/org/apache/catalina/realm/UserDatabaseRealm.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/realm/UserDatabaseRealm.java
b/java/org/apache/catalina/realm/UserDatabaseRealm.java
index 35559d579f..2412223240 100644
--- a/java/org/apache/catalina/realm/UserDatabaseRealm.java
+++ b/java/org/apache/catalina/realm/UserDatabaseRealm.java
@@ -126,7 +126,8 @@ public class UserDatabaseRealm extends RealmBase {
/**
- * Calls {@link UserDatabase#backgroundProcess()}.
+ * Calls {@link MemoryUserDatabase#backgroundProcess()} if the Realm is
+ * configured with a MemoryUserDatabase.
*/
@Override
public void backgroundProcess() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]