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

switch off escaping in PlateContent

SVN: 18956
parent a20d5bf3
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ import java.util.List;
import com.google.gwt.user.client.rpc.IsSerializable;
import ch.systemsx.cisd.openbis.generic.shared.basic.annotation.DoNotEscape;
/**
* Describes the whole plate - metadata of each non-empty well, references to images datasets,
......@@ -27,6 +28,7 @@ import com.google.gwt.user.client.rpc.IsSerializable;
*
* @author Tomasz Pylak
*/
@DoNotEscape
public class PlateContent implements IsSerializable
{
private PlateMetadata plateMetadata;
......
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