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

fix phosphonetx compile errors

SVN: 13461
parent 757a932a
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import com.google.gwt.user.client.rpc.AsyncCallback; ...@@ -32,7 +32,7 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.AbstractAsyncCallback; import ch.systemsx.cisd.openbis.generic.client.web.client.application.AbstractAsyncCallback;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.GenericConstants; import ch.systemsx.cisd.openbis.generic.client.web.client.application.GenericConstants;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewContext; import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewContext;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.model.CISDBaseModelData; import ch.systemsx.cisd.openbis.generic.client.web.client.application.model.NonHierarchicalBaseModelData;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.model.VocabularyTermModel; import ch.systemsx.cisd.openbis.generic.client.web.client.application.model.VocabularyTermModel;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.ui.field.CheckBoxField; import ch.systemsx.cisd.openbis.generic.client.web.client.application.ui.field.CheckBoxField;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.ui.field.ExperimentChooserField; import ch.systemsx.cisd.openbis.generic.client.web.client.application.ui.field.ExperimentChooserField;
...@@ -92,7 +92,7 @@ class ProteinByExperimentBrowerToolBar extends ToolBar ...@@ -92,7 +92,7 @@ class ProteinByExperimentBrowerToolBar extends ToolBar
} }
private abstract static class SimpleModel<T> extends CISDBaseModelData private abstract static class SimpleModel<T> extends NonHierarchicalBaseModelData
{ {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
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