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

gbellato
10.58.2009 87de2a2f4a358369a974511b477fe63f1d432177
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -2656,7 +2656,7 @@
   * @return A boolean indicating if a total update import is currently
   *         in Progress.
   */
  boolean importInProgress()
  public boolean importInProgress()
  {
    if (ieContext == null)
      return false;
@@ -2671,7 +2671,7 @@
   * @return A boolean indicating if a total update export is currently
   *         in Progress.
   */
  boolean exportInProgress()
  public boolean exportInProgress()
  {
    if (ieContext == null)
      return false;