Changeset 4416
- Timestamp:
- Feb 20, 2013, 4:40:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/src/org/proteios/plugins/PeakListToHitNonGelPlugin.java
r4356 r4416 29 29 30 30 import org.proteios.core.Annotation; 31 import org.proteios.core.AnnotationSet;32 31 import org.proteios.core.AnnotationType; 33 32 import org.proteios.core.Annotator; … … 46 45 import org.proteios.core.SessionControl; 47 46 import org.proteios.core.Type; 48 import org.proteios.core.data.AnnotationSetData;49 47 import org.proteios.core.plugin.About; 50 48 import org.proteios.core.plugin.AboutImpl; … … 334 332 * @return String The found fraction id, or null if none found. 335 333 */ 334 @SuppressWarnings("unchecked") 336 335 private String fetchFractionIdFromFileAnnotation(DbControl dc, File file) { 337 336 String fractionId = null;
Note: See TracChangeset
for help on using the changeset viewer.