Skip to content

Commit

Permalink
Expand javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Sep 18, 2024
1 parent e62b76e commit 795a01b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
import static org.hamcrest.MatcherAssert.assertThat;

/**
* Tests {@link SqlParserUtil}.
* Tests {@link SqlParserUtil}. Currently, this test focuses on tests for the methods that work
* with {@link SqlIntervalQualifier}. It may be expanded to test other functionality in the future.
*/
public class SqlParserUtilTest {
private static final SqlParserPos POSITION = SqlParserPos.ZERO;
Expand Down

0 comments on commit 795a01b

Please sign in to comment.