mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
fix compilation
This commit is contained in:
parent
bc3be0bb37
commit
22f8aae028
@ -21,7 +21,7 @@ public class ChunkCache {
|
||||
|
||||
public byte[] getChunk(String fileId) {
|
||||
if (this.cache == null) {
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
return this.cache.getIfPresent(fileId);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user