Skip to content
Snippets Groups Projects
Commit a587552e authored by gwen-soleil's avatar gwen-soleil
Browse files

minor

parent a55fb71b
Branches
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ import java.util.OptionalInt;
public class AttributeInserter implements IAttributeInserter {
public static final int MAXIMUM_CACHE_SIZE = 1000000;
private static Cache<String, Integer> ATTR_ERROR_ID_CACHE = Caffeine.newBuilder().maximumSize(MAXIMUM_CACHE_SIZE).build();
private static final Cache<String, Integer> ATTR_ERROR_ID_CACHE = Caffeine.newBuilder().maximumSize(MAXIMUM_CACHE_SIZE).build();
private final Logger logger = LoggerFactory.getLogger(AttributeInserter.class);
@Inject
private Jdbi jdbi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment