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 701fa02 Fix Javadoc (and CI build)
701fa02 is described below
commit 701fa02053e997e7c799946a18991c4631d360dc
Author: Mark Thomas <[email protected]>
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 ed8e69e..2cc28d5 100644
--- a/java/org/apache/catalina/realm/UserDatabaseRealm.java
+++ b/java/org/apache/catalina/realm/UserDatabaseRealm.java
@@ -308,6 +308,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: [email protected]
For additional commands, e-mail: [email protected]