Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/src/org/labkey/flow/persist/FlowManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
import java.util.stream.Collectors;

import static org.junit.Assert.assertNotNull;
import static org.labkey.api.exp.api.ExperimentService.asInteger;
import static org.labkey.api.util.IntegerUtils.asInteger;
import static org.labkey.flow.data.AttributeType.keyword;

public class FlowManager
Expand Down
6 changes: 1 addition & 5 deletions flow/src/org/labkey/flow/persist/PersistTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,8 @@
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.labkey.api.exp.api.ExperimentService.asInteger;
import static org.labkey.api.util.IntegerUtils.asInteger;

/**
* User: kevink
* Date: 4/30/14
*/
public class PersistTests
{
private Container c;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
import java.util.List;
import java.util.Map;

import static org.labkey.api.exp.api.ExperimentService.asInteger;
import static org.labkey.api.util.IntegerUtils.asInteger;

public class MicroarrayManager
{
Expand Down
7 changes: 1 addition & 6 deletions ms2/src/org/labkey/ms2/MS2Importer.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,8 @@
import java.util.HashMap;
import java.util.Map;

import static org.labkey.api.exp.api.ExperimentService.asInteger;
import static org.labkey.api.util.IntegerUtils.asInteger;

/**
* User: arauch
* Date: Aug 18, 2005
* Time: 1:56:35 AM
*/
public abstract class MS2Importer
{
public static final int STATUS_RUNNING = 0;
Expand Down
2 changes: 1 addition & 1 deletion protein/api-src/org/labkey/api/protein/ProteinManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import java.util.function.Consumer;
import java.util.stream.Collectors;

import static org.labkey.api.exp.api.ExperimentService.asInteger;
import static org.labkey.api.util.IntegerUtils.asInteger;

public class ProteinManager
{
Expand Down
Loading