Project

General

Profile

« Previous | Next » 

Revision d19ddd46

Added by Andreas Müller over 5 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonRelationImport.java
76 76
	}
77 77

  
78 78
	/**
79
	 * Creates a classification for each PTaxon reference which belongs to a taxon that is included at least in one
80
	 * <i>taxonomically included</i> relationship
79
	 * Creates a classification for each PTaxon reference which belongs to a taxon that is
80
	 * included at least in one <i>taxonomically included</i> relationship.
81
	 *
81 82
	 * @param state
82
	 * @return
83 83
	 * @throws SQLException
84 84
	 */
85 85
	private void makeClassifications(BerlinModelImportState state) throws SQLException{
......
160 160
		return result;
161 161
	}
162 162

  
163
	/**
164
	 * @return
165
	 */
166 163
	private String getClassificationQuery(BerlinModelImportState state) {
167 164
		boolean includeAllClassifications = state.getConfig().isIncludeAllNonMisappliedRelatedClassifications();
168 165
		String strQuerySelect = "SELECT PTaxon.PTRefFk, r.RefCache ";

Also available in: Unified diff