105106107108109110111112113114115
/* */ } /* */ /* */ try /* */ { /* 196 */ ScopeKey scope = deploymentContext.getMutableScope(); /* 197 */ repository.removeMetaDataRetrieval(scope); /* */ } /* */ catch (Throwable ignored) /* */ { /* */ } /* */ }
183184185186187188189190191192193
return; try { ScopeKey scope = deploymentContext.getScope(); repository.removeMetaDataRetrieval(scope); } catch (Throwable ignored) { }
192193194195196197198199200201202
} try { ScopeKey scope = deploymentContext.getMutableScope(); repository.removeMetaDataRetrieval(scope); } catch (Throwable ignored) { } }