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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 6334892a26 QPID-8616 Fixed Javadoc links
6334892a26 is described below

commit 6334892a26e869a531b546ea6269395693c02d23
Author: Tomas Vavricka <vavr...@apache.org>
AuthorDate: Tue Aug 8 13:47:28 2023 +0200

    QPID-8616 Fixed Javadoc links
---
 .../qpid/server/management/plugin/session/LoginLogoutReporter.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/session/LoginLogoutReporter.java
 
b/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/session/LoginLogoutReporter.java
index 96ee814a8e..a46f3c5a35 100644
--- 
a/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/session/LoginLogoutReporter.java
+++ 
b/broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/session/LoginLogoutReporter.java
@@ -37,7 +37,7 @@ import 
org.apache.qpid.server.logging.messages.ManagementConsoleMessages;
 import org.apache.qpid.server.security.auth.AuthenticatedPrincipal;
 
 /**
- * Logs {@link ManagementConsoleMessages#OPEN(String)} and {@link 
ManagementConsoleMessages#CLOSE(String)}
+ * Logs {@link ManagementConsoleMessages#OPEN(CharSequence)} and {@link 
ManagementConsoleMessages#CLOSE(CharSequence)}
  * messages.  A single instance of this class must be placed in the {@link 
HttpSession} immediately after
  * the user has successfully logged-in, and removed (or the whole session 
invalidated) as the user logs out.
  */


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

Reply via email to