Skip to content

Commit 2a7cb9e

Browse files
change TranslatingCacheTestingDialect visibility from public to proteced in LimitOffsetFetchClauseIntegrationTests
1 parent 2aca1d7 commit 2a7cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/java/com/mongodb/hibernate/query/select/LimitOffsetFetchClauseIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ private void setQueryOptionsAndQuery(
613613
* the query plan cache is hit, not whether {@link SqlAstTranslator} is reused afterwards (e.g., incompatible
614614
* {@link org.hibernate.query.spi.QueryOptions QueryOptions}s will end up with new translator bing created).
615615
*/
616-
public static final class TranslatingCacheTestingDialect extends Dialect {
616+
protected static final class TranslatingCacheTestingDialect extends Dialect {
617617
private final AtomicInteger selectTranslatingCounter = new AtomicInteger();
618618
private final Dialect delegate;
619619

0 commit comments

Comments
 (0)