Changeset 563
- Timestamp:
- Jan 30, 2008, 2:51:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/net/sf/basedb/illumina/src/net/sf/basedb/illumina/plugins/BgxFeatureImporter.java
r561 r563 1 1 /** 2 $Id :$2 $Id$ 3 3 4 4 Copyright (C) 2006 Nicklas Nordborg … … 219 219 220 220 /** 221 Proxy for the plug in configuration parameters. Forwards221 Proxy for the plug in configuration parameters. Forwards 222 222 everything to the original parameters, except when the 223 223 'override' is set and then only for 'ColumnMapping' parameters. … … 292 292 { 293 293 this.override = override; 294 } 295 296 } 297 294 } 295 } 298 296 } 299 300 301 302
Note: See TracChangeset
for help on using the changeset viewer.