Skip to content
Snippets Groups Projects
Commit ad21695f authored by kaloyane's avatar kaloyane
Browse files

[LMS-2403] forgotten commit

SVN: 22255
parent cc995932
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ package ch.systemsx.cisd.openbis.dss.generic.shared.dto;
public final class Size
{
/**
* NULL_SIZE can be encode special conditions e.g. "no thumbnails available"
*/
public final static Size NULL_SIZE = new Size(0, 0);
private final int width;
private final int height;
......
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