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

Jean-Noel Rouvignac
02.57.2013 157717b205d4c1f957cf810e04e06f11530c619c
opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4404,14 +4404,14 @@
   * The name of the attribute in a purge conflicts historical task definition
   * that specifies the maximum duration of the task.
   */
  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CN =
  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN =
     NAME_PREFIX_TASK + "purge-conflicts-historical-first-purged-changenumber";
  /**
   * The name of the attribute in a purge conflicts historical task definition
   * that specifies the maximum duration of the task.
   */
  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CN =
  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN =
       NAME_PREFIX_TASK + "purge-conflicts-historical-last-purged-changenumber";
  /**