Project

General

Profile

« Previous | Next » 

Revision 0cb4f241

Added by Andreas Kohlbecker over 7 years ago

setting vaadin production mode to true - globally

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/ConceptRelationshipUI.java
37 37

  
38 38
    private final static Logger logger = Logger.getLogger(ConceptRelationshipUI.class);
39 39

  
40
    /*
41
     * NOTE: productionMode=true seems not to have any effect here, maybe because we are using multiple Servlets?
42
     * The is therefore set globally in the web.xml
43
     */
40 44
    @WebServlet(value = {"/app/concept/*"}, asyncSupported = true)
41 45
    @VaadinServletConfiguration(productionMode = true, ui = ConceptRelationshipUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet")
42 46
    public static class Servlet extends VaadinServlet {

Also available in: Unified diff