1 8 package org.codehaus.loom.components.instrument; 9 10 import org.apache.excalibur.instrument.InstrumentManager; 11 import org.apache.excalibur.instrument.Instrumentable; 12 13 17 public class NoopInstrumentManager 18 implements InstrumentManager 19 { 20 public void registerInstrumentable( Instrumentable instrumentable, 21 String instrumentableName ) 22 throws Exception  23 { 24 } 25 } 26 | Popular Tags |