Revert "Restore lost Node#start no-op check"
This reverts commit ddfa3a661510f25c2ce431dfd6fb86ac11eb8888.
This commit is contained in:
parent
f35cfc3715
commit
f87c599ff1
|
@ -379,9 +379,6 @@ public class Node implements Closeable {
|
||||||
}
|
}
|
||||||
|
|
||||||
private Node stop() {
|
private Node stop() {
|
||||||
if (lifecycle.moveToStarted()) {
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
if (!lifecycle.moveToStopped()) {
|
if (!lifecycle.moveToStopped()) {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue