[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableServ...

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 31 10:51:18 EST 2013


Author: tzeller
Date: Tue Dec 31 10:51:18 2013
New Revision: 5118

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5118&view=rev
Log:
Deprecate AbstractSpringReloadableService to signal that it is probably appropriate to delete it.

Modified:
    trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableService.java

Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableService.java?rev=5118&r1=5117&r2=5118&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableService.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/service/AbstractSpringReloadableService.java Tue Dec 31 10:51:18 2013
@@ -48,6 +48,7 @@
  */
 // TODO Do not use - being rewritten
 @ThreadSafe
+ at Deprecated
 public abstract class AbstractSpringReloadableService extends AbstractReloadableService implements
         ApplicationContextAware {
 



More information about the commits mailing list