src/main/java/org/apache/sling/resourceresolver/impl/legacy/LegacyResourceProviderWhiteboard.java [78:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final String[] propertyNames = ref.getPropertyKeys();
            final boolean ownsRoot = Converters.standardConverter()
                    .convert(ref.getProperty(OWNS_ROOTS))
                    .to(boolean.class);

            final List<ServiceRegistration> newServices = new ArrayList<>();
            for (final String path : Converters.standardConverter()
                    .convert(ref.getProperty(ROOTS))
                    .to(String[].class)) {
                if (path != null && !path.isEmpty()) {
                    final Dictionary<String, Object> newProps = new Hashtable<>();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/resourceresolver/impl/legacy/LegacyResourceProviderWhiteboard.java [135:145]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final String[] propertyNames = ref.getPropertyKeys();
            final boolean ownsRoot = Converters.standardConverter()
                    .convert(ref.getProperty(OWNS_ROOTS))
                    .to(boolean.class);

            final List<ServiceRegistration> newServices = new ArrayList<>();
            for (final String path : Converters.standardConverter()
                    .convert(ref.getProperty(ROOTS))
                    .to(String[].class)) {
                if (path != null && !path.isEmpty()) {
                    final Dictionary<String, Object> newProps = new Hashtable<>();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



