This commit is contained in:
@@ -216,7 +216,7 @@ public class FileEntityService {
|
||||
.build();
|
||||
}
|
||||
|
||||
private String formatFileSize(long size) {
|
||||
public String formatFileSize(long size) {
|
||||
if (size < 1024) {
|
||||
return size + " B";
|
||||
} else if (size < 1024 * 1024) {
|
||||
|
||||
Reference in New Issue
Block a user