/* */
/* */ public Collection<ModificationInfo> getModifiedDeployments() throws Exception
/* */ {
/* 322 */ ArrayList modified = new ArrayList();
/* 323 */ URI appURI = getApplicationURI();
/* 324 */ MutableRepository repo = getRepository(appURI);
/* 325 */ Collection resources = repo.getModifiedResources();
/* 326 */ boolean trace = log.isTraceEnabled();
/* 327 */ if (trace)
/* 328 */ log.trace("Checking applications for modifications");
/* 329 */ if (resources != null)
/* */ {