[java-identity-provider] branch master updated: Correct class description.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 23 19:41:26 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e6fac9a6818a6df91b2f2ca2ab04ab96ddf8f7ef
The following commit(s) were added to refs/heads/master by this push:
new e6fac9a Correct class description.
e6fac9a is described below
commit e6fac9a6818a6df91b2f2ca2ab04ab96ddf8f7ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 23 19:41:21 2017 -0400
Correct class description.
---
.../main/java/net/shibboleth/idp/spring/DeprecatedPropertyBean.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/DeprecatedPropertyBean.java b/idp-core/src/main/java/net/shibboleth/idp/spring/DeprecatedPropertyBean.java
index b4f2d04..69d502e 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/DeprecatedPropertyBean.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/spring/DeprecatedPropertyBean.java
@@ -17,7 +17,6 @@
package net.shibboleth.idp.spring;
-
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
@@ -41,8 +40,7 @@ import net.shibboleth.utilities.java.support.primitive.StringSupport;
/**
- * A simple bean that may be used with Spring to initialize the OpenSAML library
- * with injected instances of some critical objects.
+ * A bean that emits deprecation warnings if a configurable set of properties are set.
*/
public class DeprecatedPropertyBean extends AbstractInitializableComponent implements ApplicationContextAware {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list