Skip to content

Commit e878e86

Browse files
committed
docs: end docstring with .
1 parent 2a7abe5 commit e878e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isthmus/src/main/java/io/substrait/isthmus/sql/SubstraitSqlStatementParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class SubstraitSqlStatementParser {
2121
.withConformance(SqlConformanceEnum.LENIENT);
2222

2323
/**
24-
* Parse one or more SQL statements to a list of {@link SqlNode}s
24+
* Parse one or more SQL statements to a list of {@link SqlNode}s.
2525
*
2626
* @param sqlStatements a string containing one or more SQL statements
2727
* @return a list of {@link SqlNode}s corresponding to the given statements

0 commit comments

Comments
 (0)