1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

upgrade guava

This commit is contained in:
bgamard
2020-02-19 20:47:26 +01:00
parent 5f4a6bc462
commit 19ac90688e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public class FileService extends AbstractScheduledService {
*
* @author bgamard
*/
class TemporaryPathReference extends PhantomReference<Path> {
static class TemporaryPathReference extends PhantomReference<Path> {
String path;
TemporaryPathReference(Path referent, ReferenceQueue<? super Path> q) {
super(referent, q);