This reverts commit ddfa3a661510f25c2ce431dfd6fb86ac11eb8888.
@@ -379,9 +379,6 @@ public class Node implements Closeable {
}
private Node stop() {
- if (lifecycle.moveToStarted()) {
- return this;
- }
if (!lifecycle.moveToStopped()) {
return this;