This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push: new 167af10e5b4 Fix javadoc on SQLExecutionUnitBuilder (#35138) 167af10e5b4 is described below commit 167af10e5b4f4853a1b8a4015390b3861a2750a7 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Tue Apr 8 11:17:53 2025 +0800 Fix javadoc on SQLExecutionUnitBuilder (#35138) --- .../infra/executor/sql/prepare/driver/SQLExecutionUnitBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/prepare/driver/SQLExecutionUnitBuilder.java b/infra/executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/prepare/driver/SQLExecutionUnitBuilder.java index 7ef0a718e40..813f93cced6 100644 --- a/infra/executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/prepare/driver/SQLExecutionUnitBuilder.java +++ b/infra/executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/prepare/driver/SQLExecutionUnitBuilder.java @@ -29,7 +29,7 @@ import java.sql.SQLException; /** * SQL execution unit builder. * - * @param <T> type of storage resource execute unit + * @param <T> type of storage resource execution unit * @param <M> type of driver executor manager * @param <C> type of resource connection * @param <O> type of storage resource option