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/io/wizard/ImportFromFileDataSourceWizardPage.java
117 117

  
118 118
	@Override
119 119
    public URI getUri() {
120
		return getFile().toURI();
120
		return URI.fromFile(getFile());
121 121
	}
122 122

  
123 123
	@Override

Also available in: Unified diff