join a child by waiting it's termination
()
| 93 | * join a child by waiting it's termination |
| 94 | */ |
| 95 | public void join() throws InterruptedException { |
| 96 | ChildManager.join(this); |
| 97 | } |
| 98 | |
| 99 | public boolean equals(Object o) { |
| 100 | Child c; |
no test coverage detected