Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96ce8d9

Browse files
committed
Merge branch 'develop'
2 parents f00484a + b723c3f commit 96ce8d9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.utplsql</groupId>
66
<artifactId>utplsql-java-api</artifactId>
7-
<version>3.1.12</version>
7+
<version>3.1.13</version>
88

99
<name>utPLSQL Java API</name>
1010
<description>Java API for running Unit Tests with utPLSQL v3+.</description>

src/main/java/org/utplsql/api/db/DynamicParameterList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private DynamicParameterList(LinkedHashMap<String, DynamicParameter> params) {
3232

3333
/** Returns the SQL of this ParameterList as comma-separated list of the parameter identifiers:<br>
3434
*
35-
* e.g. <pre>"a_parameter1 => ?, a_parameter2 => ?"</pre>
35+
* e.g. "a_parameter1 =&gt; ?, a_parameter2 =&gt; ?"
3636
*
3737
* @return comma-separated list of parameter identifiers
3838
*/

src/main/java/org/utplsql/api/reporter/ReporterFactory.java

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public Reporter createReporter(String reporterName, @Nullable Object[] attribute
122122
* If no specific ReporterFactoryMethod is registered, returns a default {Reporter}
123123
*
124124
* @param reporterName Name of the reporter
125+
* @return Reporter
125126
*/
126127
public Reporter createReporter(String reporterName) {
127128
return createReporter(reporterName, null);

0 commit comments

Comments
 (0)