1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

[v0.2.1-fix] 修改Javadoc

This commit is contained in:
2021-12-14 20:08:54 +08:00
parent 95182748ef
commit 7621c86495
3 changed files with 13 additions and 9 deletions
@@ -23,7 +23,7 @@ import java.util.function.Function;
* <br>默认的异常处理器为 {@link #defaultExceptionHandler()}
* </ul>
*
* <b>注意:</b> 无论是否异步,都不需要自行关闭ResultSet,本API已自动关闭
* <b>注意: 无论是否异步,都不需要自行关闭ResultSet,本API已自动关闭</b>
*
* @param <T> 需要返回的类型
* @author CarmJos
+5 -1
View File
@@ -137,7 +137,11 @@
<links>
<link>https://javadoc.io/doc/org.jetbrains/annotations/</link>
</links>
<detectJavaApiLink>true</detectJavaApiLink>
<detectJavaApiLink>false</detectJavaApiLink>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<locale>en_US</locale>
</configuration>
<executions>
<execution>