This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 17c3c21  Fix Javadoc (and CI build)
17c3c21 is described below

commit 17c3c21a18a0e7009aaecb214796ffcc36bbd8db
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 23 15:51:59 2021 +0100

    Fix Javadoc (and CI build)
---
 java/org/apache/catalina/realm/UserDatabaseRealm.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/org/apache/catalina/realm/UserDatabaseRealm.java 
b/java/org/apache/catalina/realm/UserDatabaseRealm.java
index 27e8b6a..e76adbd 100644
--- a/java/org/apache/catalina/realm/UserDatabaseRealm.java
+++ b/java/org/apache/catalina/realm/UserDatabaseRealm.java
@@ -292,6 +292,8 @@ public class UserDatabaseRealm extends RealmBase {
         /**
          * Magic method from {@link java.io.Serializable}.
          *
+         * @return The object to serialize instead of this object
+         *
          * @throws ObjectStreamException Not thrown by this implementation
          */
         private Object writeReplace() throws ObjectStreamException {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to