Skip to content

Commit b71ce98

Browse files
committed
release 9.4.0
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent eb75335 commit b71ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-ng/src/main/java/core/framework/internal/db/inspector/QueryInspector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.concurrent.ConcurrentHashMap;
88

99
public class QueryInspector {
10-
final Map<String, Long> lastCheckTimestamps = new ConcurrentHashMap<>();
10+
private final Map<String, Long> lastCheckTimestamps = new ConcurrentHashMap<>();
1111
private final @Nullable QueryAnalyzer analyzer;
1212

1313
public QueryInspector(@Nullable QueryAnalyzer analyzer) {

0 commit comments

Comments
 (0)