Skip to content
Snippets Groups Projects
Commit 5078605e authored by cramakri's avatar cramakri
Browse files

LMS-2033 Introduced generic types to the OmniscientDataSetHandler hierarchy.

SVN: 19815
parent c6e32cba
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ import ch.systemsx.cisd.openbis.dss.etl.dto.api.v1.ImageDataSetInformation; ...@@ -17,7 +17,8 @@ import ch.systemsx.cisd.openbis.dss.etl.dto.api.v1.ImageDataSetInformation;
* *
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
public class JythonPlateDataSetHandler extends JythonTopLevelDataSetHandler public class JythonPlateDataSetHandler extends
JythonTopLevelDataSetHandler<BasicDataSetInformation>
{ {
public JythonPlateDataSetHandler(TopLevelDataSetRegistratorGlobalState globalState) public JythonPlateDataSetHandler(TopLevelDataSetRegistratorGlobalState globalState)
{ {
......
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