Changeset 4204
- Timestamp:
- Apr 2, 2008, 10:44:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6-stable/src/plugins/core/net/sf/basedb/plugins/AnnotationFlatFileImporter.java
r4118 r4204 513 513 else if (command.equals(CONFIGURE_IMPORT)) 514 514 { 515 RequestInformation ri = getConfigure MappingParameters(context);515 RequestInformation ri = getConfigureImportParameters(context); 516 516 List<Throwable> errors = validateRequestParameters(ri.getParameters(), request); 517 517 if (errors != null)
Note: See TracChangeset
for help on using the changeset viewer.