/* */ {
/* 1579 */ synchronized (this.interfaceIntroductions)
/* */ {
/* 1581 */ InterfaceIntroduction pointcut = (InterfaceIntroduction)this.interfaceIntroductions.remove(name);
/* 1582 */ if (pointcut == null) return;
/* 1583 */ pointcut.clearAdvisors();
/* */ }
/* */ }
/* */
/* */ public InterfaceIntroduction getArrayReplacement(String name)
/* */ {