diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/GenePlateLocationsLoader.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/GenePlateLocationsLoader.java index 25548a2622f9f6912c6eda631243cdaa949b134a..1ae1bfe9685d7afbff7c6fb443f262b66a56fa65 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/GenePlateLocationsLoader.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/GenePlateLocationsLoader.java @@ -73,10 +73,10 @@ public class GenePlateLocationsLoader public static List<WellContent> load(Session session, IScreeningBusinessObjectFactory businessObjectFactory, IDAOFactory daoFactory, - TechId geneMaterialId, String eperimentPermId, boolean enrichWithImages) + TechId geneMaterialId, String experimentPermId, boolean enrichWithImages) { return new GenePlateLocationsLoader(session, businessObjectFactory, daoFactory) - .getPlateLocations(geneMaterialId, eperimentPermId, enrichWithImages); + .getPlateLocations(geneMaterialId, experimentPermId, enrichWithImages); } public static List<WellContent> load(Session session,