opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java
@@ -13,6 +13,7 @@ * * Copyright 2008-2010 Sun Microsystems, Inc. * Portions Copyright 2011-2016 ForgeRock AS. * Portions Copyright 2026 3A Systems, LLC. */ package org.opends.server.replication.plugin; @@ -102,6 +103,9 @@ case INCREMENT: /* FIXME : we should update CSN */ break; default: // No action needed for the remaining values. break; } } @@ -261,6 +265,9 @@ case INCREMENT: /* FIXME : we should update CSN */ break; default: // No action needed for the remaining values. break; } return conflict; }