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

Jean-Noel Rouvignac
13.32.2014 6048d3f43e3fcaf75006fd2d12756c166f26549a
ECLServerHandler.java:
Fixed NPE in tests.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -1472,8 +1472,12 @@
   */
  public String getOperationId()
  {
    if (startECLSessionMsg != null)
    {
    return startECLSessionMsg.getOperationId();
  }
    return "";
  }
  /**
   * Returns whether the current search is a persistent search .