Project

General

Profile

Download (704 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2016 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.taxeditor.molecular.io.wizard;
10

    
11
import org.eclipse.core.databinding.validation.MultiValidator;
12
import org.eclipse.core.runtime.IStatus;
13

    
14

    
15

    
16
/**
17
 * @author bstoe_01
18
 * @date 16.11.2016
19
 *
20
 */
21
public class ExportSingleReadAlignmentValidator extends MultiValidator {
22
    /**
23
     * {@inheritDoc}
24
     */
25
    @Override
26
    protected IStatus validate() {
27
        // TODO Auto-generated method stub
28
        return null;
29
    }
30
}
(2-2/6)