(final T arg)
| 94 | this.index = index; |
| 95 | } |
| 96 | public T call(final T arg) { |
| 97 | recordCompletion(arg, index); |
| 98 | return arg; |
| 99 | } |
| 100 | public String toString() { |
| 101 | return "notify #" + index + " DeferredGroup@" |
| 102 | + DeferredGroup.super.hashCode(); |
nothing calls this directly
no test coverage detected