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

change JSON name to 'GenericExperimentIdentifier'

SVN: 28439
parent 9fe7bfb5
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ import ch.systemsx.cisd.common.reflection.ModifiedShortPrefixToStringStyle; ...@@ -35,7 +35,7 @@ import ch.systemsx.cisd.common.reflection.ModifiedShortPrefixToStringStyle;
* @author Bernd Rinn * @author Bernd Rinn
*/ */
@SuppressWarnings("unused") @SuppressWarnings("unused")
@JsonObject("ExperimentIdentifier") @JsonObject("GenericExperimentIdentifier")
public class ExperimentIdentifier implements Serializable, IPermanentIdentifier, IDatabaseIdentifier public class ExperimentIdentifier implements Serializable, IPermanentIdentifier, IDatabaseIdentifier
{ {
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