From 5078605eb991eba15a2fefdc95ea90ddbe97ee8f Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 8 Feb 2011 15:34:23 +0000
Subject: [PATCH] LMS-2033 Introduced generic types to the
 OmniscientDataSetHandler hierarchy.

SVN: 19815
---
 .../cisd/openbis/dss/etl/jython/JythonPlateDataSetHandler.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/jython/JythonPlateDataSetHandler.java b/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/jython/JythonPlateDataSetHandler.java
index 429b0115559..49e20922bb2 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/jython/JythonPlateDataSetHandler.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/jython/JythonPlateDataSetHandler.java
@@ -17,7 +17,8 @@ import ch.systemsx.cisd.openbis.dss.etl.dto.api.v1.ImageDataSetInformation;
  * 
  * @author Tomasz Pylak
  */
-public class JythonPlateDataSetHandler extends JythonTopLevelDataSetHandler
+public class JythonPlateDataSetHandler extends
+        JythonTopLevelDataSetHandler<BasicDataSetInformation>
 {
     public JythonPlateDataSetHandler(TopLevelDataSetRegistratorGlobalState globalState)
     {
-- 
GitLab