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

matthew_swift
15.58.2009 47e492a9ccde3af37512cdde9cd13d3c388f4ebe
opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java
@@ -370,7 +370,7 @@
    public abstract ResultFuture<?> performOperation(
    public abstract FutureResult<?> performOperation(
        AsynchronousConnection connection, R handler,
        DataSource[] dataSources);
@@ -394,7 +394,7 @@
        }
      }
      ResultFuture<?> future;
      FutureResult<?> future;
      AsynchronousConnection connection;
      R handler;