[java-support] branch master updated: Add a deprecation type for general techniques.

Scott Cantor cantor.2 at osu.edu
Fri Aug 25 10:02:02 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor 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=f31a77e77b6f99e4aa024b4bc3c2ae75df52c763

The following commit(s) were added to refs/heads/master by this push:
       new  f31a77e   Add a deprecation type for general techniques.
f31a77e is described below

commit f31a77e77b6f99e4aa024b4bc3c2ae75df52c763
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 25 10:01:58 2017 -0400

    Add a deprecation type for general techniques.
---
 .../utilities/java/support/primitive/DeprecationSupport.java         | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java b/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
index 7477a80..b8b7ef1 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/primitive/DeprecationSupport.java
@@ -80,7 +80,10 @@ public final class DeprecationSupport {
         WEBFLOW("Spring WebFlow"),
 
         /** Spring web flow. */
-        ACTION("Spring WebFlow Action");
+        ACTION("Spring WebFlow action"),
+        
+        /** Configuration approach. */
+        CONFIGURATION("configuration");
         
         /** Printed version. */
         @Nonnull @NotEmpty private final String text;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list