public static BatchResourceRemover getBatchResourceRemover()

in src/main/java/org/apache/sling/event/dea/impl/ResourceHelper.java [143:145]


    public static BatchResourceRemover getBatchResourceRemover(final int threshold) {
        return new BatchResourceRemover(threshold);
    }