Skip to content

Commit

Permalink
Make TestUtils final
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Aug 14, 2024
1 parent 3552f53 commit 2a395b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import static io.trino.spi.type.TimeZoneKey.UTC_KEY;
import static java.time.Duration.ofMillis;

public class TestUtils
public final class TestUtils
{
private static final QueryIOMetadata queryIOMetadata;
private static final QueryContext queryContext;
Expand Down

0 comments on commit 2a395b7

Please sign in to comment.