[java-support] branch master updated: Add webflow action as a deprecation type.

Scott Cantor cantor.2 at osu.edu
Wed Aug 23 20:48:32 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=e137961f341a2a064bcb0f49f77d1d0406ebbb74

The following commit(s) were added to refs/heads/master by this push:
       new  e137961   Add webflow action as a deprecation type.
e137961 is described below

commit e137961f341a2a064bcb0f49f77d1d0406ebbb74
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 23 20:48:29 2017 -0400

    Add webflow action as a deprecation type.
---
 .../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 2322f38..7477a80 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
@@ -77,7 +77,10 @@ public final class DeprecationSupport {
         ATTRIBUTE("XML Attribute"),
         
         /** Spring web flow. */
-        WEBFLOW("Spring WebFlow");
+        WEBFLOW("Spring WebFlow"),
+
+        /** Spring web flow. */
+        ACTION("Spring WebFlow Action");
         
         /** 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