public RemoveAcePaths()

in src/main/java/org/apache/sling/repoinit/parser/operations/RemoveAcePaths.java [35:38]


    public RemoveAcePaths(List<String> paths, List<AclLine> lines) {
        super(lines, Collections.emptyList());
        this.paths = Collections.unmodifiableList(paths);
    }