public ServiceUserMapperImpl()

in src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java [141:143]


    public ServiceUserMapperImpl(final BundleContext bundleContext, final Config config) {
        this(bundleContext, config, Executors.newSingleThreadExecutor());
    }