mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
upgrade guava
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user