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

matthew_swift
15.58.2009 388f25a9dc58704ea19a333ba9a28054d48590b1
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;