mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
more work on java/lang/ref/* support
This commit is contained in:
@ -8,4 +8,8 @@ public class PhantomReference<T> extends Reference<T> {
|
||||
public PhantomReference(T target) {
|
||||
this(target, null);
|
||||
}
|
||||
|
||||
public T get() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user