Skip to content
Snippets Groups Projects
Commit d5bb179a authored by tpylak's avatar tpylak
Browse files

LMS-2225 minor: fix dtos

SVN: 21323
parent c4694a06
No related branches found
No related tags found
No related merge requests found
...@@ -16,12 +16,14 @@ ...@@ -16,12 +16,14 @@
package ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto; package ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto;
import com.google.gwt.user.client.rpc.IsSerializable;
/** /**
* Allowed colors in which channels can be presented. * Allowed colors in which channels can be presented.
* *
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
public enum ImageChannelColor public enum ImageChannelColor implements IsSerializable
{ {
BLUE, GREEN, RED, RED_GREEN, RED_BLUE, GREEN_BLUE; BLUE, GREEN, RED, RED_GREEN, RED_BLUE, GREEN_BLUE;
} }
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