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

Jean-Noel Rouvignac
04.02.2014 5b9814c760180c15c6338c270a32547cc59836c3
opendj3-server-dev/src/server/org/opends/server/api/ClientConnection.java
@@ -46,7 +46,6 @@
import org.opends.server.core.PersistentSearch;
import org.opends.server.core.PluginConfigManager;
import org.opends.server.core.SearchOperation;
import org.opends.server.core.networkgroups.NetworkGroup;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeType;
import org.opends.server.types.AuthenticationInfo;
@@ -1585,17 +1584,6 @@
   */
  public abstract void toString(StringBuilder buffer);
  /**
   * Returns the network group to which the connection belongs.
   *
   * @return the network group attached to the connection
   */
  public NetworkGroup getNetworkGroup()
  {
    return NetworkGroup.getDefaultNetworkGroup();
  }
  /**
   * Retrieves the length of time in milliseconds that this client
   * connection has been idle.