aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/CtSymClassBinder.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/turbine/binder/CtSymClassBinder.java')
-rw-r--r--java/com/google/turbine/binder/CtSymClassBinder.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/com/google/turbine/binder/CtSymClassBinder.java b/java/com/google/turbine/binder/CtSymClassBinder.java
index 84fa966..a6f1b3d 100644
--- a/java/com/google/turbine/binder/CtSymClassBinder.java
+++ b/java/com/google/turbine/binder/CtSymClassBinder.java
@@ -105,6 +105,11 @@ public class CtSymClassBinder {
public TopLevelIndex index() {
return index;
}
+
+ @Override
+ public Supplier<byte[]> resource(String input) {
+ return null;
+ }
};
}