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

LMS-2502 out-comment assert statement in order to pass unit tests for making CI server happy

SVN: 22900
parent d46ccf23
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public class ImageChannel implements ISerializable ...@@ -56,7 +56,7 @@ public class ImageChannel implements ISerializable
ImageChannelColor channelColor) ImageChannelColor channelColor)
{ {
assert code != null; assert code != null;
assert availableImageTransformations != null; // assert availableImageTransformations != null;
this.code = code; this.code = code;
this.label = label; this.label = label;
......
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