Project

General

Profile

« Previous | Next » 

Revision 0a954e76

Added by Andreas Müller over 1 year ago

adapt taxeditor to changes in CdmRemoteCacheManager

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/sessions/SessionsViewPart.java
274 274
            }
275 275
        }
276 276

  
277
        CdmRemoteCacheManager instance = CdmRemoteCacheManager.getInstance();
277
        CdmRemoteCacheManager instance = CdmRemoteCacheManager.INSTANCE();
278 278
        int cdmEnityCacheSize = CacheManager.create().getCacheNames().length;
279 279
        txtNoOfCaches.setText(String.valueOf(cdmEnityCacheSize));
280 280

  

Also available in: Unified diff