We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351e029 commit c5ac686Copy full SHA for c5ac686
src/main/java/org/apache/ibatis/scripting/defaults/RawSqlSource.java
@@ -26,7 +26,7 @@
26
import org.apache.ibatis.session.Configuration;
27
28
/**
29
- * Static SqlSource. It is faster than {link {@link DynamicSqlSource} because mappings are
+ * Static SqlSource. It is faster than {@link DynamicSqlSource} because mappings are
30
* calculated during startup.
31
*
32
* @since 3.2.0
0 commit comments