code style: private static final

This commit is contained in:
xenohedron 2023-07-07 23:34:16 -04:00
parent ef3be3987b
commit 45b54e8cc4
13 changed files with 20 additions and 22 deletions

View file

@ -11,7 +11,7 @@ import com.google.common.cache.Cache;
*/
public final class ImageCaches {
private final static ArrayList<Cache<?, ?>> IMAGE_CACHES;
private static final ArrayList<Cache<?, ?>> IMAGE_CACHES;
static {
IMAGE_CACHES = new ArrayList<>();