src/main/java/org/apache/sling/testing/mock/jcr/MockAuthorizable.java [138:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        while (properties.hasNext()) {
            Property nextProperty = properties.nextProperty();
            if (!notAuthorizablePropNames.contains(nextProperty.getName())) {
                propNames.add(nextProperty.getName());
            }
        }
        return propNames.iterator();
    }

    @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/testing/mock/jcr/MockAuthorizable.java [152:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            while (properties.hasNext()) {
                Property nextProperty = properties.nextProperty();
                if (!notAuthorizablePropNames.contains(nextProperty.getName())) {
                    propNames.add(nextProperty.getName());
                }
            }
        }
        return propNames.iterator();
    }

    @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



