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

LMS-1529 minor: fix dependencies

SVN: 15986
parent 938f6611
No related branches found
No related tags found
No related merge requests found
...@@ -16,14 +16,13 @@ ...@@ -16,14 +16,13 @@
package ch.systemsx.cisd.openbis.plugin.screening.shared; package ch.systemsx.cisd.openbis.plugin.screening.shared;
import ch.systemsx.cisd.openbis.dss.generic.shared.IDatabaseVersionHolder;
/** /**
* Stores current version of special purpose screening database. * Stores current version of special purpose screening database.
* *
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
public class ScreeningDatabaseVersionHolder implements IDatabaseVersionHolder public class ScreeningDatabaseVersionHolder
{ {
/** Current version of the database. */ /** Current version of the database. */
static final String DATABASE_VERSION = "001"; static final String DATABASE_VERSION = "001";
......
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