Fix warning about empty block

Change-Id: I569fb9bf39e851bca451e5a35539589766ba5c05
This commit is contained in:
Matthias Sohn 2023-08-31 14:43:28 +02:00
parent e51a0e51e5
commit 35b5344c9e
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public void onIndexLoad(String packName, PackSource src, PackExt ext, long size,
@Override
public void onBlockLoad(String packName, PackSource src, PackExt ext,
long size, DfsBlockData dfsBlockData) {
// empty
}
}