Fixing compile error

This commit is contained in:
Joakim Erdfelt 2017-05-30 13:13:28 -07:00
parent 5e63c4db62
commit d42ff37e57
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public class PathResource extends Resource
// Note: The org.eclipse.jetty.server.ResourceCache.Content uses #toString() instead of
// #getName() for determining the file name for mime type resolution based on the file name
// extension.
return _path.toString();
return path.toString();
}
@Override