minor code clean up

(cherry picked from commit 3c60de54cb)
This commit is contained in:
Daniel Gultsch 2021-03-16 08:12:30 +01:00 committed by Christian Schneppe
parent 426e769ef5
commit 2b5cb8e56b

View file

@ -987,7 +987,7 @@ public class Message extends AbstractEntity implements AvatarService.Avatarable
return isFileOrImage() && getFileParams().url == null;
}
public class FileParams {
public static class FileParams {
public URL url;
public long size = 0;
public int width = 0;