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

SSDM-2601: back to have EntityKind.PROJECT in order to compile

SVN: 34994
parent 04704578
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import java.io.Serializable;
*/
public enum EntityKind implements Serializable
{
MATERIAL("Material"), EXPERIMENT("Experiment"), SAMPLE("Sample"), DATA_SET("Data Set");
MATERIAL("Material"), EXPERIMENT("Experiment"), SAMPLE("Sample"), DATA_SET("Data Set"), PROJECT("Project");
private final String description;
......
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