Skip to content
Snippets Groups Projects
Commit b00856ce authored by buczekp's avatar buczekp
Browse files

[LMS-1894] fixed system test (implemented ISerializable instead of IsSerializable)

SVN: 18995
parent c88c1f79
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,17 @@ package ch.systemsx.cisd.openbis.generic.shared.basic.dto;
import java.util.HashMap;
import java.util.Map;
import com.google.gwt.user.client.rpc.IsSerializable;
import ch.systemsx.cisd.openbis.generic.shared.basic.ISerializable;
/**
* Vocabulary term and its usage statistics.
*
* @author Tomasz Pylak
*/
public class VocabularyTermWithStats implements IsSerializable
public class VocabularyTermWithStats implements ISerializable
{
private static final long serialVersionUID = 1L;
private VocabularyTerm term;
// how many times is this term used as a value for each entity kind
......
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