remove @Component annotation from CdmServiceCacher
authorAndreas Müller <a.mueller@bgbm.org>
Sat, 11 Jul 2020 07:30:41 +0000 (09:30 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Sat, 11 Jul 2020 07:30:41 +0000 (09:30 +0200)
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java

index 9246ea43df8d27ec61e59d5bbeb7542b7d9c5250..62b44ce84cd7fbbb9999dd3054be922ff85200cf 100644 (file)
@@ -34,7 +34,6 @@ import net.sf.ehcache.config.SizeOfPolicyConfiguration;
  *
  * @author cmathew
  */
-@Component //FIXME This indicates that the CdmServiceCacher is initialized as Spring Component but it seems only to be instantiated directly
 public class CdmServiceCacher extends CdmCacherBase implements ICdmEntitySessionManagerObserver {
 
     private ICdmEntitySessionManager cdmEntitySessionManager;