| 298 | |
| 299 | success: Consumer<String>, |
| 300 | initiator: Map<String, Any>, |
| 301 | endOthers: Boolean |
| 302 | ): String? { |
| 303 | // if (endOthers) end(lineErrors, success); |
| 304 | RemoteEditor.removeBoxFeedback(Optional.of(box), "__redmark__") |
| 305 |
nothing calls this directly
no test coverage detected