6789101112
public class ConditionHandlerScriptApplied implements ConditionHandler { SchemaVersionRepository repos; public ConditionHandlerScriptApplied(Configuration config){ repos = new SchemaVersionRepositoryImpl(config); }