Changeset 3826
- Timestamp:
- Sep 8, 2010, 9:25:19 AM (13 years ago)
- 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 85 85 String filename = getValidString(FileNameField.VPARAM); 86 86 String randomString = getValidString(FormFactory.VRANDOMSTRING); 87 Float fdrCutOff = getValidFloat(F ormFactory.VFDR);87 Float fdrCutOff = getValidFloat(FDRField.VPARAM); 88 88 Boolean isPeptideCompare = getValidBoolean(FormFactory.VPEPTIDECOMPARE); 89 89 log.debug("boolean vpeptidecompare:" + isPeptideCompare); -
trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java
r3825 r3826 247 247 public static final VFloat VQUANTITY = new VFloat("quantity", true); 248 248 public static final VFloat VUSEDQUANTITYINMICROLITERS = new VFloat("UsedQuantityInMicroLiters", true); 249 public static final VFloat VFDR = FDRField.VPARAM;250 249 public static final VBoolean VPEPTIDECOMPARE = new VBoolean("isPeptideCompare", false); 251 250 public static final VBoolean VISMICROTITREPLATE = new VBoolean("isMicrotitrePlate", false);
Note: See TracChangeset
for help on using the changeset viewer.