Changeset 3826


Ignore:
Timestamp:
Sep 8, 2010, 9:25:19 AM (13 years ago)
Author:
Gregory Vincic
Message:

Refs #698. Replaced references to FormFactory.VFDR with !FDRField.VPARAM

Location:
trunk/client/servlet/src/org/proteios
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/action/hit/CombineHits.java

    r3824 r3826  
    8585    String filename = getValidString(FileNameField.VPARAM);
    8686    String randomString = getValidString(FormFactory.VRANDOMSTRING);
    87     Float fdrCutOff = getValidFloat(FormFactory.VFDR);
     87    Float fdrCutOff = getValidFloat(FDRField.VPARAM);
    8888    Boolean isPeptideCompare = getValidBoolean(FormFactory.VPEPTIDECOMPARE);
    8989    log.debug("boolean vpeptidecompare:" + isPeptideCompare);
  • trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java

    r3825 r3826  
    247247  public static final VFloat VQUANTITY = new VFloat("quantity", true);
    248248  public static final VFloat VUSEDQUANTITYINMICROLITERS = new VFloat("UsedQuantityInMicroLiters", true);
    249   public static final VFloat VFDR = FDRField.VPARAM;
    250249  public static final VBoolean VPEPTIDECOMPARE = new VBoolean("isPeptideCompare", false);
    251250  public static final VBoolean VISMICROTITREPLATE = new VBoolean("isMicrotitrePlate", false);
Note: See TracChangeset for help on using the changeset viewer.