Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-connector-database
Commits
38dbcef7
Unverified
Commit
38dbcef7
authored
Apr 21, 2022
by
Romain Bioteau
Committed by
GitHub
Apr 21, 2022
Browse files
fix(javadoc): fix warning (#34)
parent
53a99e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/bonitasoft/connectors/database/Database.java
View file @
38dbcef7
...
...
@@ -98,8 +98,8 @@ public class Database {
/**
* Does not produce an output result. A Statement is created, executed and closed.
*
* @param commands
,
the list of SQL command to execute
* @param commit
,
commit after the batch execution
* @param commands the list of SQL command to execute
* @param commit commit after the batch execution
* @throws SQLException
* @throws ConnectorException
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment