Skip to content
Snippets Groups Projects
Commit fa48639e authored by tpylak's avatar tpylak
Browse files

LMS-1275 minor: fix inhibitor property name

SVN: 13743
parent 081e007d
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ public final class ScreeningServer extends AbstractServer<IScreeningServer> impl
IScreeningServer
{
// name of the property which stores material (gene) inhibited by the material stored in a well
private static final String INHIBITOR_PROPERTY_CODE = "$INHIBITOR_OF";
private static final String INHIBITOR_PROPERTY_CODE = "INHIBITOR_OF";
// type of the dataset which stores plate images, there should be at most one
private static final String IMAGE_DATASET_TYPE = "HCS_IMAGE";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment