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

lutoff
05.39.2009 4ae9f779b7fa8f1b673b0ac33370afb55a68a1a2
opends/src/server/org/opends/server/tools/dsreplication/MonoServerReplicationUserData.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.tools.dsreplication;
@@ -42,7 +42,7 @@
   * Returns the host name of the server.
   * @return the host name of the server.
   */
  String getHostName()
  public String getHostName()
  {
    return hostName;
  }
@@ -51,7 +51,7 @@
   * Sets the host name of the server.
   * @param hostName the host name of the server.
   */
  void setHostName(String hostName)
  public void setHostName(String hostName)
  {
    this.hostName = hostName;
  }
@@ -60,7 +60,7 @@
   * Returns the port of the server.
   * @return the port of the server.
   */
  int getPort()
  public int getPort()
  {
    return port;
  }
@@ -69,7 +69,7 @@
   * Sets the port of the server.
   * @param port the port of the server.
   */
  void setPort(int port)
  public void setPort(int port)
  {
    this.port = port;
  }