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

Gaetan Boismal
25.21.2014 5c6a37a752bf0deb1f5a5c0fa6d72307b065acc9
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/SearchRate.java
@@ -83,11 +83,16 @@
        }
        private final class SearchStatsThread extends StatsThread {
            private final String[] extraColumn;
            private final String[] extraColumn = new String[1];
            private SearchStatsThread() {
                super(new String[] { "Entries/Srch" });
                extraColumn = new String[1];
                super("Entries/Srch");
            }
            @Override
            void resetStats() {
                super.resetStats();
                entryRecentCount.set(0);
            }
            @Override