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

minor: remove warning

SVN: 22678
parent 851c9a6b
No related branches found
No related tags found
No related merge requests found
...@@ -126,9 +126,11 @@ public class LoadEmptyImagesTest ...@@ -126,9 +126,11 @@ public class LoadEmptyImagesTest
case 1: case 1:
config.setDesiredImageSize(null); config.setDesiredImageSize(null);
loadImageWellCaching(imageReferences, config); loadImageWellCaching(imageReferences, config);
//$FALL-THROUGH$
case 2: case 2:
config.setDesiredImageSize(null); config.setDesiredImageSize(null);
loadImages(imageReferences, config); loadImages(imageReferences, config);
break;
default: default:
break; break;
} }
......
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