Project

General

Profile

« Previous | Next » 

Revision 71f697d9

Added by Andreas Müller almost 4 years ago

rename CdmCacher to CdmCacherBase

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java
34 34
 * @author cmathew
35 35
 */
36 36
@Component //FIXME This indicates that the CdmServiceCacher is initialized as Spring Component but it seems only to be instantiated directly
37
public class CdmServiceCacher extends CdmCacher implements ICdmEntitySessionManagerObserver {
37
public class CdmServiceCacher extends CdmCacherBase implements ICdmEntitySessionManagerObserver {
38 38

  
39 39
    private ICdmEntitySessionManager cdmEntitySessionManager;
40 40

  

Also available in: Unified diff