|
@@ -121,7 +121,7 @@ class ImageLoaderCurrent implements ImageLoader {
|
|
protected final DateFormat dateFormat =
|
|
protected final DateFormat dateFormat =
|
|
new SimpleDateFormat("yyyy-MM-dd HH:mm");
|
|
new SimpleDateFormat("yyyy-MM-dd HH:mm");
|
|
private static int [] versions =
|
|
private static int [] versions =
|
|
- {-16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27};
|
|
|
|
|
|
+ {-16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28};
|
|
private int imageVersion = 0;
|
|
private int imageVersion = 0;
|
|
|
|
|
|
/* (non-Javadoc)
|
|
/* (non-Javadoc)
|