ResourceServlet: Make Weigher public

We need this for our googlesource.com cache glue.

Change-Id: I9fce7268552f7fa95a13ebfb8b8d3df9454ba165
This commit is contained in:
Dave Borowitz
2015-11-10 14:29:25 -05:00
parent 33422d0249
commit c131268d46

View File

@@ -304,7 +304,7 @@ public abstract class ResourceServlet extends HttpServlet {
}
}
static class Weigher
public static class Weigher
implements com.google.common.cache.Weigher<Path, Resource> {
@Override
public int weigh(Path p, Resource r) {