Auto cache cleaning + better err in ImageUtilsAnd
[nikiroo-utils.git] / src / be / nikiroo / utils / ui / ImageUtilsAwt.java
index 26d14aaba2bf4ec30e30aac10992fa06efc9a468..0c69dc4482938ae02608be704167e23a8add13e0 100644 (file)
@@ -61,7 +61,7 @@ public class ImageUtilsAwt extends ImageUtils {
         * @throws IOException
         *             in case of IO error
         */
-       static public BufferedImage fromImage(Image img) throws IOException {
+       public static BufferedImage fromImage(Image img) throws IOException {
                InputStream in = new ByteArrayInputStream(img.getData());
 
                int orientation;