33343536373839
public class AspectManagerJRockit extends AbstractAspectManager { public AspectManagerJRockit(String bootstrapXml) { super(bootstrapXml); super.delegate = new AspectManagerService(null); }
567891011
/* */ public class AspectManagerJRockit extends AbstractAspectManager /* */ { /* */ public AspectManagerJRockit(String bootstrapXml) /* */ { /* 37 */ super(bootstrapXml); /* 38 */ this.delegate = new AspectManagerService(null); /* */ }