loadDrafts(byKey, aic, me, newName);
break;
}
}
comments.setAccountInfoCache(aic.create());
}
private void loadPublished(final Map<Patch.Key, Patch> byKey,
final AccountInfoCacheFactory aic, final String file) throws OrmException {
for (PatchLineComment c : db.patchComments().publishedByChangeFile(changeId, file)) {