[java-opensaml] branch main updated: Fix Javadoc.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 9 12:10:12 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=ab2e35f9fa6d0f1252ec1d65f3b7bf78747a21ac
The following commit(s) were added to refs/heads/main by this push:
new ab2e35f9f Fix Javadoc.
ab2e35f9f is described below
commit ab2e35f9fa6d0f1252ec1d65f3b7bf78747a21ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 9 08:10:06 2022 -0400
Fix Javadoc.
---
.../src/main/java/org/opensaml/storage/StorageCapabilities.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/opensaml-storage-api/src/main/java/org/opensaml/storage/StorageCapabilities.java b/opensaml-storage-api/src/main/java/org/opensaml/storage/StorageCapabilities.java
index d80f50646..1b5ca09ef 100644
--- a/opensaml-storage-api/src/main/java/org/opensaml/storage/StorageCapabilities.java
+++ b/opensaml-storage-api/src/main/java/org/opensaml/storage/StorageCapabilities.java
@@ -19,8 +19,6 @@ package org.opensaml.storage;
/**
* Exposes capabilities of a {@link StorageService} implementation.
- *
- * <p>Deprecated in favor of {@link StorageCapabilitiesEx}.</p>
*/
public interface StorageCapabilities {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list