opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -13,6 +13,7 @@ * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2011-2016 ForgeRock AS. * Portions Copyright 2026 3A Systems, LLC. */ package org.opends.server.replication.plugin; @@ -2239,7 +2240,7 @@ flushThread.initiateShutdown(); synchronized (flushThread) { flushThread.notify(); flushThread.notifyAll(); } }