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

Matthew Swift
07.04.2013 9e996084c857a9d6853dc14b16d1201996ed2ede
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -3683,6 +3683,6 @@
   */
  public ChangeNumber getLastLocalChange()
  {
    return state.getMaxChangeNumber(serverID);
    return state.getChangeNumber(serverID);
  }
}