Fix recursive proxying in PhasedStorage
ugh
This commit is contained in:
@@ -66,7 +66,7 @@ public interface PhasedStorage extends Storage {
|
||||
case "getName":
|
||||
case "init":
|
||||
case "getMeta":
|
||||
return method.invoke(proxy, args);
|
||||
return method.invoke(delegate, args);
|
||||
}
|
||||
|
||||
// await the phaser on shutdown
|
||||
|
||||
Reference in New Issue
Block a user