()
| 22 | } |
| 23 | |
| 24 | @Override |
| 25 | public String toString() { |
| 26 | String s = super.toString(); |
| 27 | return s.substring(0, s.length() - 1) + ", refCount=" + getRefCount() + ")"; |
| 28 | } |
| 29 | |
| 30 | @ApiStatus.Internal |
| 31 | public static class _FinalizerHolder { |
nothing calls this directly
no test coverage detected