aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java b/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java
index 93c4eb294c..155e9762c7 100644
--- a/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java
+++ b/src/main/java/com/google/devtools/build/lib/vfs/inmemoryfs/InMemoryContentInfo.java
@@ -31,7 +31,7 @@ import java.io.IOException;
@ThreadSafe
public abstract class InMemoryContentInfo implements FileStatus {
- private final Clock clock;
+ protected final Clock clock;
/**
* Stores the time when the file was last modified. This is atomically updated
@@ -95,7 +95,7 @@ public abstract class InMemoryContentInfo implements FileStatus {
* size of links is unspecified.
*/
@Override
- public abstract long getSize() throws IOException;
+ public abstract long getSize();
/**
* Returns the time when the entity denoted by the current object was last