[java-support] branch master updated: Remove long irrelevant @Beta annotation
Rod Widdowson
rdw at steadingsoftware.com
Tue Jul 28 14:31:53 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=6b7f04597db4812f681c687338b58a0d85815591
The following commit(s) were added to refs/heads/master by this push:
new 6b7f045 Remove long irrelevant @Beta annotation
6b7f045 is described below
commit 6b7f04597db4812f681c687338b58a0d85815591
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jul 28 15:31:48 2020 +0100
Remove long irrelevant @Beta annotation
---
.../utilities/java/support/collection/ValueTypeIndexedMap.java | 3 ---
.../net/shibboleth/utilities/java/support/net/HttpServletSupport.java | 1 -
.../java/net/shibboleth/utilities/java/support/net/URISupport.java | 1 -
3 files changed, 5 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/collection/ValueTypeIndexedMap.java b/src/main/java/net/shibboleth/utilities/java/support/collection/ValueTypeIndexedMap.java
index e90ec1d..2934bd2 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/collection/ValueTypeIndexedMap.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/collection/ValueTypeIndexedMap.java
@@ -24,15 +24,12 @@ import java.util.HashSet;
import java.util.Map;
import java.util.Set;
-import com.google.common.annotations.Beta;
-
/**
* Map implementation which allows subsets of entries to be retrieved based on the type of the entry value.
*
* @param <KeyType> the type of object used as keys
* @param <ValueType> the type of object stored as values
*/
- at Beta
public class ValueTypeIndexedMap<KeyType, ValueType> implements Map<KeyType, ValueType> {
/** Class to represent null values. */
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java b/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
index 78da439..3a2d9d8 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletSupport.java
@@ -35,7 +35,6 @@ import net.shibboleth.utilities.java.support.annotation.constraint.Unmodifiable;
import net.shibboleth.utilities.java.support.primitive.StringSupport;
/** Utilities for working with HTTP Servlet requests and responses. */
- at Beta
public final class HttpServletSupport {
/** Constructor. */
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java b/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
index 4466b04..2ee7344 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/URISupport.java
@@ -38,7 +38,6 @@ import net.shibboleth.utilities.java.support.collection.Pair;
import net.shibboleth.utilities.java.support.primitive.StringSupport;
/** Helper methods for building {@link URI}s and parsing some HTTP URL information. */
- at Beta
public final class URISupport {
/** Constructor. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list