Remove unneeded interface

This commit is contained in:
Andrey Breslav
2013-05-12 10:52:44 +02:00
parent 113864fc88
commit 3440b85867
@@ -29,7 +29,7 @@ import java.util.regex.Pattern;
import static org.jetbrains.asm4.Opcodes.*;
public class InterceptionInstrumenter implements Instrumenter {
public class InterceptionInstrumenter {
private static final Pattern ANYTHING = Pattern.compile(".*");
private final Map<String, ClassMatcher> classPatterns = new LinkedHashMap<String, ClassMatcher>();