Project

General

Profile

« Previous | Next » 

Revision 66eb9f49

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/e4/in/ImportFromFileDataSourceWizardPage.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.taxeditor.io.e4.in;
11 10

  
12 11
import java.io.File;
......
112 111
	public boolean isPageComplete() {
113 112
		return CdmUtils.isNotBlank(text_source.getText());
114 113
	}
115

  
116
}
114
}

Also available in: Unified diff