aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsahmed10315 <sahmed10315@gmail.com>2019-10-02 07:23:11 -0700
committerChris Povirk <beigetangerine@gmail.com>2019-10-02 12:00:48 -0400
commit138d1d9e86e4c84879a3b29f689c73e55e1861a2 (patch)
tree85e097dc1baef484d2c95d933343f07bc2206af6
parentf8812e491551920d4c431de33a40173463b427d6 (diff)
downloadjimfs-138d1d9e86e4c84879a3b29f689c73e55e1861a2.tar.gz
Removed TODO comment for making heap disks configurable, as
its already implemented Fixes #36 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=272432078
-rw-r--r--jimfs/src/main/java/com/google/common/jimfs/JimfsFileSystems.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jimfs/src/main/java/com/google/common/jimfs/JimfsFileSystems.java b/jimfs/src/main/java/com/google/common/jimfs/JimfsFileSystems.java
index 50fe08b..bd36c8f 100644
--- a/jimfs/src/main/java/com/google/common/jimfs/JimfsFileSystems.java
+++ b/jimfs/src/main/java/com/google/common/jimfs/JimfsFileSystems.java
@@ -86,7 +86,6 @@ final class JimfsFileSystems {
Configuration config, PathService pathService, FileSystemState state) {
AttributeService attributeService = new AttributeService(config);
- // TODO(cgdecker): Make disk values configurable
HeapDisk disk = new HeapDisk(config);
FileFactory fileFactory = new FileFactory(disk);