Project

General

Profile

« Previous | Next » 

Revision 75860da7

Added by Andreas Müller over 5 years ago

cleanup ERMS validators

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/erms/validation/ErmsImageImportValidator.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
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
*/
......
18 18
/**
19 19
 * @author a.mueller
20 20
 * @since 17.02.2010
21
 * @version 1.0
22 21
 */
23 22
public class ErmsImageImportValidator implements IOValidator<ErmsImportState>{
24 23
	private static final Logger logger = Logger.getLogger(ErmsImageImportValidator.class);
25 24

  
26
	public boolean validate(ErmsImportState state){
25
	@Override
26
    public boolean validate(ErmsImportState state){
27 27
		boolean result = true;
28 28
		ErmsImportConfigurator config = state.getConfig();
29 29
		logger.info("Checking for images not yet fully implemented");
30 30

  
31 31
		return result;
32 32
	}
33
	
34

  
35

  
36 33
}

Also available in: Unified diff