in src/main/java/org/apache/sling/repoinit/parser/operations/AclLine.java [82:86]
public String toString() {
return getClass().getSimpleName() + " " + action + " " + properties
+ (restrictions == null || restrictions.isEmpty() ? "" : " restrictions=" + restrictions);
}