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

gbellato
10.58.2009 6aee0b088e10e3b5a525cff854faf471d99d1471
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;