This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 9f2c041 Fix Javadoc (and CI build) 9f2c041 is described below commit 9f2c041fbd96cd3102c79abd68b7bb3a434c6bbe 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 c783ea5..c13b706 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