added webm support
[meviz.git] / src / main / java / eu / svjatoslav / meviz / htmlindexer / Utils.java
index 9da4656..6200e06 100755 (executable)
@@ -24,6 +24,10 @@ import eu.svjatoslav.meviz.htmlindexer.layouts.MixedLayout;
 
 public class Utils {
 
+       private static File lastLoadedFile;
+
+       private static BufferedImage lastLoadedBufferedImage;
+
        /**
         * Load image into {@link BufferedImage} and return it. Caches last loaded
         * image to speed up subsequent loading attempts.
@@ -121,8 +125,4 @@ public class Utils {
                return isMevizFile;
        }
 
-       private static File lastLoadedFile;
-
-       private static BufferedImage lastLoadedBufferedImage;
-
 }