[java-identity-provider COMMIT] in /trunk/idp-consent/src: main/java/net/shibboleth/idp/consent/logic/JoinFunction.ja...

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 20 15:23:18 EST 2014


Author: tzeller
Date: Thu Nov 20 15:23:18 2014
New Revision: 6973

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6973&view=rev
Log:
Remove unused function, replaced by the JoinFunction. JoinFunction tests.

Added:
    trunk/idp-consent/src/test/java/net/shibboleth/idp/consent/logic/JoinFunctionTest.java   (with props)
Modified:
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/JoinFunction.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/StorageKeyLookupFunction.java

Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/JoinFunction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/JoinFunction.java?rev=6973&r1=6972&r2=6973&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/JoinFunction.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/JoinFunction.java Thu Nov 20 15:23:18 2014
@@ -32,7 +32,6 @@
 /**
  * Function to join the result of two functions with a separator.
  */
-// TODO tests
 public class JoinFunction implements Function<ProfileRequestContext, String> {
 
     /** Separator. */



More information about the commits mailing list