Merge pull request #111 from katsumeshi/master

Make ImageResizer Android class public
This commit is contained in:
Florian Rival 2017-10-18 00:00:06 +02:00 committed by GitHub
commit cf535e3783
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.Date;
/**
* Provide methods to resize and rotate an image file.
*/
class ImageResizer {
public class ImageResizer {
private final static String IMAGE_JPEG = "image/jpeg";
private final static String IMAGE_PNG = "image/png";
private final static String SCHEME_DATA = "data";