Project

General

Profile

« Previous | Next » 

Revision 79a2ec81

Added by Andreas Kohlbecker over 6 years ago

Revert "releasing ConversationHolder to prevent memory leaks"

setting the ConversationHolder null at the end of a view causes problems

This reverts commit 697d2b55a4b05f672fac988f55b018f622ecb305.

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPresenter.java
289 289
        } else {
290 290
            throw new RuntimeException("Using the CdmSpringVaadinServletService is required for proper per view conversation handling");
291 291
        }
292
        conversationHolder = null;
293 292
	}
294 293

  
295 294
	/**

Also available in: Unified diff