Removes a thread handler from this Hook.
(Consumer handler)
| 181 | |
| 182 | /** Removes a thread handler from this Hook. */ |
| 183 | @SuppressWarnings({"rawtypes", "UnusedReturnValue"}) |
| 184 | private boolean removeThread(Consumer handler) { |
| 185 | return threadHandlers.get().remove(handler); |
| 186 | } |
| 187 | |
| 188 | // CHECKSTYLE: IGNORE 1 |
| 189 | /** @deprecated Use {@link #propertyJ}. */ |