(final Promise<T> target)
| 871 | } |
| 872 | |
| 873 | @Override |
| 874 | public final void forward(final Promise<T> target) { |
| 875 | target.continuation(this); |
| 876 | } |
| 877 | |
| 878 | @SuppressWarnings("unchecked") |
| 879 | @Override |
nothing calls this directly
no test coverage detected