File tree Expand file tree Collapse file tree
flow/src/org/labkey/flow/persist
microarray/src/org/labkey/microarray
protein/api-src/org/labkey/api/protein Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191import java .util .stream .Collectors ;
9292
9393import static org .junit .Assert .assertNotNull ;
94- import static org .labkey .api .exp . api . ExperimentService .asInteger ;
94+ import static org .labkey .api .util . IntegerUtils .asInteger ;
9595import static org .labkey .flow .data .AttributeType .keyword ;
9696
9797public class FlowManager
Original file line number Diff line number Diff line change 5757import static org .junit .Assert .assertThat ;
5858import static org .junit .Assert .assertTrue ;
5959import static org .junit .Assert .fail ;
60- import static org .labkey .api .exp . api . ExperimentService .asInteger ;
60+ import static org .labkey .api .util . IntegerUtils .asInteger ;
6161
62- /**
63- * User: kevink
64- * Date: 4/30/14
65- */
6662public class PersistTests
6763{
6864 private Container c ;
Original file line number Diff line number Diff line change 6565import java .util .List ;
6666import java .util .Map ;
6767
68- import static org .labkey .api .exp . api . ExperimentService .asInteger ;
68+ import static org .labkey .api .util . IntegerUtils .asInteger ;
6969
7070public class MicroarrayManager
7171{
Original file line number Diff line number Diff line change 5555import java .util .HashMap ;
5656import java .util .Map ;
5757
58- import static org .labkey .api .exp . api . ExperimentService .asInteger ;
58+ import static org .labkey .api .util . IntegerUtils .asInteger ;
5959
60- /**
61- * User: arauch
62- * Date: Aug 18, 2005
63- * Time: 1:56:35 AM
64- */
6560public abstract class MS2Importer
6661{
6762 public static final int STATUS_RUNNING = 0 ;
Original file line number Diff line number Diff line change 5252import java .util .function .Consumer ;
5353import java .util .stream .Collectors ;
5454
55- import static org .labkey .api .exp . api . ExperimentService .asInteger ;
55+ import static org .labkey .api .util . IntegerUtils .asInteger ;
5656
5757public class ProteinManager
5858{
You can’t perform that action at this time.
0 commit comments