Changeset 5774
- Timestamp:
- Sep 29, 2011, 3:38:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/GalExporter.java
r5612 r5774 47 47 import net.sf.basedb.core.Feature; 48 48 import net.sf.basedb.core.FeatureCoordinate; 49 import net.sf.basedb.core.FeatureIdentificationMethod; 49 50 import net.sf.basedb.core.File; 50 51 import net.sf.basedb.core.FileStoreUtil; … … 160 161 { 161 162 message = "The array design has no features in the database"; 163 } 164 else if (design.getFeatureIdentificationMethod() != FeatureIdentificationMethod.COORDINATES) 165 { 166 message = "The array design must use COORDINATES as feature identification method."; 162 167 } 163 168 }
Note: See TracChangeset
for help on using the changeset viewer.