Skip to content

Commit 8153445

Browse files
committed
Fix javadoc error using maven-javadoc-plugin 3.0 #1224
1 parent 70bc45f commit 8153445

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/org/apache/ibatis/mapping/BoundSql.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* An actual SQL String got from an {@link SqlSource} after having processed any dynamic content.
2828
* The SQL may have SQL placeholders "?" and an list (ordered) of an parameter mappings
2929
* with the additional information for each parameter (at least the property name of the input object to read
30-
* the value from).
31-
* </br>
30+
* the value from).
31+
* <p>
3232
* Can also have additional parameters that are created by the dynamic language (for loops, bind...).
3333
*
3434
* @author Clinton Begin

src/main/java/org/apache/ibatis/reflection/ParamNameResolver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ public String[] getNames() {
105105

106106
/**
107107
* <p>
108-
* A single non-special parameter is returned without a name.<br />
109-
* Multiple parameters are named using the naming rule.<br />
108+
* A single non-special parameter is returned without a name.
109+
* Multiple parameters are named using the naming rule.
110110
* In addition to the default names, this method also adds the generic names (param1, param2,
111111
* ...).
112112
* </p>

0 commit comments

Comments
 (0)