Project

General

Profile

« Previous | Next » 

Revision 2e52d3ee

Added by Patrick Plitzner over 7 years ago

ref #5458 Changed URI for distribution and concept editor

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
    @WebServlet(value = {"/app/editcr/*"}, asyncSupported = true)
40
    @WebServlet(value = {"/app/concept/*"}, asyncSupported = true)
41 41
    @VaadinServletConfiguration(productionMode = true, ui = ConceptRelationshipUI.class, widgetset = "eu.etaxonomy.cdm.vaadin.AppWidgetSet")
42 42
    public static class Servlet extends VaadinServlet {
43 43
    }

Also available in: Unified diff