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

gbellato
27.52.2009 544c551acacdb44661b1a88dee161b401e6df1f7
Fix some comments that were generating warning with the Javadoc
2 files modified
12 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 4 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 8 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1082,7 +1082,9 @@
  }
  /**
   * {@inheritDoc}
   * Retrieves a printable name for this Replication Server Instance.
   *
   * @return A printable name for this Replication Server Instance.
   */
  public String getMonitorInstanceName()
  {
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -1252,7 +1252,7 @@
   *
   * @param target   The server-id of the server that should be initialized.
   *                 The target can be discovered using the
   *                 {@link #getDsList()} method.
   *                 {@link #getReplicasList()} method.
   * @param initTask The task that triggers this initialization and that should
   *                 be updated with its progress.
   *
@@ -1583,7 +1583,7 @@
   *
   * @param source   The server-id of the source from which to initialize.
   *                 The source can be discovered using the
   *                 {@link #getDsList()} method.
   *                 {@link #getReplicasList()} method.
   *
   * @throws DirectoryException If it was not possible to publish the
   *                            Initialization message to the Topology.
@@ -1606,7 +1606,7 @@
   *
   * @param target   The server-id of the server that should be initialized.
   *                 The target can be discovered using the
   *                 {@link #getDsList()} method.
   *                 {@link #getReplicasList()} method.
   *
   * @throws DirectoryException If it was not possible to publish the
   *                            Initialization message to the Topology.
@@ -1631,7 +1631,7 @@
   *
   * @param source   The server-id of the source from which to initialize.
   *                 The source can be discovered using the
   *                 {@link #getDsList()} method.
   *                 {@link #getReplicasList()} method.
   * @param initTask The task that launched the initialization
   *                 and should be updated of its progress.
   *