Changeset 4416


Ignore:
Timestamp:
Feb 20, 2013, 4:40:00 PM (10 years ago)
Author:
olle
Message:

Refs #327. Compiler warning for unchecked cast in class/file plugins/PeakListToHitNonGelPlugin.java in plugin/ suppressed with Java annotation @SuppressWarnings("unchecked").

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/src/org/proteios/plugins/PeakListToHitNonGelPlugin.java

    r4356 r4416  
    2929
    3030import org.proteios.core.Annotation;
    31 import org.proteios.core.AnnotationSet;
    3231import org.proteios.core.AnnotationType;
    3332import org.proteios.core.Annotator;
     
    4645import org.proteios.core.SessionControl;
    4746import org.proteios.core.Type;
    48 import org.proteios.core.data.AnnotationSetData;
    4947import org.proteios.core.plugin.About;
    5048import org.proteios.core.plugin.AboutImpl;
     
    334332   * @return String The found fraction id, or null if none found.
    335333   */
     334  @SuppressWarnings("unchecked")
    336335  private String fetchFractionIdFromFileAnnotation(DbControl dc, File file) {
    337336    String fractionId = null;
Note: See TracChangeset for help on using the changeset viewer.