[java-plugin-storage-jdbc] branch main updated: Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 14 13:31:41 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=9cf2eeea030239d3e793d47e568613774c08b5f9
The following commit(s) were added to refs/heads/main by this push:
new 9cf2eee Javadoc
9cf2eee is described below
commit 9cf2eeea030239d3e793d47e568613774c08b5f9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 14 14:19:17 2022 +0100
Javadoc
---
.../net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageService.java | 4 ++--
1 file changed, 2 insertions(+), 2 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 28874bf..1f80a40 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
@@ -1088,8 +1088,8 @@ public final class JDBCStorageService extends AbstractStorageService implements
*
* @param stmnt where to put it
* @param column which column to put it in
- * @param expires
- * @throws SQLException
+ * @param expires what to set it to
+ * @throws SQLException if the {@link PreparedStatement} throws one.
*/
private static void setExpires(@Nonnull final PreparedStatement stmnt,
final int column, final @Nullable Long expires) throws SQLException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list