mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
fix compilation
This commit is contained in:
@@ -21,7 +21,7 @@ public class ChunkCache {
|
|||||||
|
|
||||||
public byte[] getChunk(String fileId) {
|
public byte[] getChunk(String fileId) {
|
||||||
if (this.cache == null) {
|
if (this.cache == null) {
|
||||||
return;
|
return null;
|
||||||
}
|
}
|
||||||
return this.cache.getIfPresent(fileId);
|
return this.cache.getIfPresent(fileId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user