Project

General

Profile

« Previous | Next » 

Revision cfdb11fc

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/agent/Team.java
347 347

  
348 348
    //#4311
349 349
    @Override
350
    public String getCollectorTitleCache() {
350
    public String getCollectorTitleCache(){
351 351
        if (protectedCollectorTitleCache == PROTECTED){
352 352
            return this.collectorTitleCache;
353 353
        }
......
355 355
            this.collectorTitleCache = cacheStrategy().getCollectorTitleCache(this);
356 356
        }else{
357 357
            try {
358

  
358 359
                //as long as team members do not inform the team about changes the cache must be created new each time
359 360
                collectorTitleCache = cacheStrategy().getCollectorTitleCache(this);
360 361
            } catch (Exception e) {

Also available in: Unified diff