You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/23 14:52:24 UTC

[tomcat] branch main updated: Fix Javadoc (and CI build)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0ec9b4b  Fix Javadoc (and CI build)
0ec9b4b is described below

commit 0ec9b4b51325ff51bad5aaa375cec2af919711a9
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org