[java-plugin-storage-jdbc] 04/06: Cleanup Javadoc for tests
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 5 14:20:05 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=fabc5ce57ac10914813f9418ebc27e0c49c00555
commit fabc5ce57ac10914813f9418ebc27e0c49c00555
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jun 5 15:13:14 2022 +0100
Cleanup Javadoc for tests
---
.../shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java | 3 +--
.../plugin/storage/jdbc/impl/JDCBJPAMixedStorageServiceTest.java | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
index 83c7d17..9d1c83c 100644
--- a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
+++ b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
@@ -33,7 +33,6 @@ import javax.annotation.Nonnull;
import org.apache.commons.dbcp2.BasicDataSource;
import org.opensaml.storage.StorageRecord;
import org.opensaml.storage.StorageService;
-import org.opensaml.storage.impl.JPAStorageService;
import org.opensaml.storage.testing.StorageServiceTest;
import org.testng.Assert;
import org.testng.TestException;
@@ -45,7 +44,7 @@ import org.testng.annotations.Test;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
/**
- * Test of {@link JPAStorageService} implementation.
+ * Test of {@link JDBCStorageService} implementation.
*/
public class JDBCStorageServiceTest extends StorageServiceTest {
diff --git a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDCBJPAMixedStorageServiceTest.java b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDCBJPAMixedStorageServiceTest.java
index 6421492..69dc489 100644
--- a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDCBJPAMixedStorageServiceTest.java
+++ b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDCBJPAMixedStorageServiceTest.java
@@ -41,7 +41,7 @@ import net.shibboleth.ext.spring.util.ApplicationContextBuilder;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
/**
- * Test of {@link JPAStorageService} implementation.
+ * Test of {@link JPAStorageService} and {@link JDBCStorageService} coexistence.
*/
public class JDCBJPAMixedStorageServiceTest {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list