209210211212213214215
public Acl toCommonsAcl() { List<Ace> commonsAcl = new ArrayList<Ace>(); for (InMemoryAce memAce : acl) commonsAcl.add(memAce.toCommonsAce()); return new AccessControlListImpl(commonsAcl); }