Project

General

Profile

« Previous | Next » 

Revision 5acb8103

Added by Andreas Müller over 3 years ago

ref #9114 adapt some classes with URI to wrapper in taxeditor (cont.)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java
111 111
                    uriText = uriText.replace(url.getQuery(), UrlUtf8Coder.encode(url.getQuery()));
112 112
                }
113 113
                url = new URL(uriText);
114
                return url.toURI();
114
                return URI.fromUrl(url);
115 115
            }
116 116
        }
117 117
        return null;

Also available in: Unified diff