protected LocationClassVisitor()

in log4j-weaver/src/main/java/org/apache/logging/log4j/weaver/LocationClassVisitor.java [41:45]


    protected LocationClassVisitor(ClassVisitor cv, LocationCacheGenerator locationCache) {
        super(Opcodes.ASM9, cv);
        this.locationCache = locationCache;
        this.conversionHandlers = new HashMap<>();
    }