[java-plugin-storage-jdbc] branch main updated: Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 14 14:02:35 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=47c57daf3cb612c8b5c3aa21f71105898b26ba3f
The following commit(s) were added to refs/heads/main by this push:
new 47c57da Javadoc
47c57da is described below
commit 47c57daf3cb612c8b5c3aa21f71105898b26ba3f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 14 15:02:30 2022 +0100
Javadoc
---
.../net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
index 1f80a40..e7d97cb 100644
--- a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
+++ b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java
@@ -1141,9 +1141,9 @@ public final class JDBCStorageService extends AbstractStorageService implements
@Nullable private final Lock threadLock;
/** Constructor.
- * @param autoCommit
- * @param writeLock
- * @throws SQLException
+ * @param autoCommit What to set {@link Connection#setAutoCommit(boolean)} to
+ * @param writeLock Whether to grab an write lock on the table (if we are locking)
+ * @throws SQLException if any of the SQL operations throw one
*/
public ConnectionWithLock(final boolean autoCommit, final boolean writeLock) throws SQLException {
connection = dataSource.getConnection();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list