mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-04 15:18:09 +00:00
code simplicifaction + lockmanager unit tests
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import java.util.Optional;
|
||||
|
||||
import org.cryptomator.filesystem.Node;
|
||||
|
||||
abstract class DelegatingNode<T extends Node> implements Node {
|
||||
public abstract class DelegatingNode<T extends Node> implements Node {
|
||||
|
||||
protected final T delegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user