Project

General

Profile

« Previous | Next » 

Revision 57994e7e

Added by Andreas Müller almost 5 years ago

remove unnessary warning for getObligatoryAttributes to be adapted to new package structure

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelReferenceImport.java
1567 1567
	public Set<String> getObligatoryAttributes(boolean lowerCase, BerlinModelImportConfigurator config){
1568 1568
		Set<String> result = new HashSet<>();
1569 1569
		Class<ICdmImport>[] ioClassList = config.getIoClassList();
1570
		logger.warn("getObligatoryAttributes has been commented because it still needs to be adapted to the new package structure");
1571 1570
		result.addAll(Arrays.asList(unclearMappers));
1572 1571
		result.addAll(Arrays.asList(createdAndNotesAttributes));
1573 1572
		result.addAll(Arrays.asList(operationalAttributes));

Also available in: Unified diff