ResourceServlet: Make Weigher public
We need this for our googlesource.com cache glue. Change-Id: I9fce7268552f7fa95a13ebfb8b8d3df9454ba165
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user