Skip to content
Snippets Groups Projects
Commit 26c15aca authored by brinn's avatar brinn
Browse files

change: remove serialVersionUID from classes that are not Serializable

SVN: 22536
parent e8b61443
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,6 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.WellLocation;
*/
public class FeatureValuesMap
{
private static final long serialVersionUID = 1L;
private final Map<WellLocation, String> valuesMap;
private final Double depthOrNull;
......
......@@ -49,8 +49,6 @@ import ch.systemsx.cisd.openbis.plugin.screening.client.web.client.ParameterName
{ "/" + IMAGE_VIEWER_LAUNCH_URL, "/openbis/" + IMAGE_VIEWER_LAUNCH_URL })
public class ImageViewerLaunchServlet extends AbstractServlet
{
private static final long serialVersionUID = 1L;
public static final Template JNLP_TEMPLATE = new Template(
"<?xml version='1.0' encoding='utf-8'?>\n"
+ "<jnlp spec='1.0+' codebase='${base-URL}'>\n"
......
......@@ -3,7 +3,6 @@ package ch.systemsx.cisd.openbis.plugin.screening.server.logic.dto;
import java.util.List;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeAndLabel;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder;
/**
* Feature vectors (details and summaries) for one material.
......@@ -12,8 +11,6 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder;
*/
public class MaterialAllReplicasFeatureVectors
{
private static final long serialVersionUID = ServiceVersionHolder.VERSION;
// NOTE: has the same length as feature vectors in all summaries
private final List<CodeAndLabel> featureDescriptions;
......
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