mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/FakeOperation.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS
 *      Portions Copyright 2013-2015 ForgeRock AS
 */
package org.opends.server.replication.plugin;
@@ -68,5 +68,5 @@
   * @return A ReplicationMsg that can be used to send information
   *         about this operation to remote servers.
   */
  abstract public ReplicationMsg generateMessage();
  public abstract ReplicationMsg generateMessage();
}