Project

General

Profile

« Previous | Next » 

Revision 29024880

Added by Andreas Müller over 6 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/in/DwcaImportTransformer.java
29 29

  
30 30
	private static final UUID uuidFeatureBiology = UUID.fromString("daf92173-a262-49f1-9a45-923941d9c557");
31 31

  
32
	/* (non-Javadoc)
33
	 * @see eu.etaxonomy.cdm.io.common.mapping.InputTransformerBase#getFeatureByKey(java.lang.String)
34
	 */
32

  
35 33
	@Override
36 34
	public Feature getFeatureByKey(String key) throws UndefinedTransformerMethodException {
37 35
		if (key == null){
......
54 52
			return Feature.USES();
55 53
		}
56 54

  
57

  
58

  
59

  
60 55
		return null;
61 56
	}
62 57

  
......
100 95
	}
101 96

  
102 97

  
103

  
104

  
105

  
106

  
107 98
}

Also available in: Unified diff