// CASableDeleteValues saves VCAS record on commit, but it's possible the Property just
// added in this transaction and not commited.
files = new File[0];
}
CASableDeleteValues o = new CASableDeleteValues(files, resources, cleaner, tempDir, propertyId, vcas);
o.execute();
changes.add(o);
}