From 2bbdaeb3b2296a2910e5d44152a02cc0f098ce59 Mon Sep 17 00:00:00 2001 From: Valery Kharseko <vharseko@3a-systems.ru> Date: Wed, 15 Jul 2026 06:08:37 +0000 Subject: [PATCH] Enable Javadoc doclint (all,-missing) and fail on warnings (#734) --- opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/StartSessionMsg.java | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/StartSessionMsg.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/StartSessionMsg.java index e891a01..5833fdf 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/StartSessionMsg.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/StartSessionMsg.java @@ -13,6 +13,7 @@ * * Copyright 2008-2009 Sun Microsystems, Inc. * Portions Copyright 2011-2015 ForgeRock AS. + * Portions Copyright 2026 3A Systems, LLC. */ package org.opends.server.replication.protocol; @@ -33,10 +34,10 @@ * This message is used by DS to confirm a RS he wants to connect to him (open * a session): * Handshake sequence between DS and RS is like this: - * DS --- ServerStartMsg ---> RS - * DS <--- ReplServerStartMsg --- RS - * DS --- StartSessionMsg ---> RS - * DS <--- TopologyMsg --- RS + * DS --- ServerStartMsg ---> RS + * DS <--- ReplServerStartMsg --- RS + * DS --- StartSessionMsg ---> RS + * DS <--- TopologyMsg --- RS * * This message contains: * - status: the status we are entering the topology with -- Gitblit v1.10.0