Skip to content
Snippets Groups Projects
Commit 68506095 authored by felmer's avatar felmer
Browse files

LMS-2103 implements ISerializable

SVN: 20259
parent f647cf94
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,10 @@
package ch.systemsx.cisd.openbis.generic.shared.basic;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import com.google.gwt.user.client.rpc.IsSerializable;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder;
/**
......@@ -30,7 +27,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder;
*
* @author Piotr Buczek
*/
public class TechId implements IIdHolder, IsSerializable, Serializable
public class TechId implements IIdHolder, ISerializable
{
private static final long serialVersionUID = ServiceVersionHolder.VERSION;
......
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