Skip to content

Commit c5ac686

Browse files
committed
javadoc typo [ci skip]
1 parent 351e029 commit c5ac686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/scripting/defaults/RawSqlSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.ibatis.session.Configuration;
2727

2828
/**
29-
* Static SqlSource. It is faster than {link {@link DynamicSqlSource} because mappings are
29+
* Static SqlSource. It is faster than {@link DynamicSqlSource} because mappings are
3030
* calculated during startup.
3131
*
3232
* @since 3.2.0

0 commit comments

Comments
 (0)