Fix after review

This commit is contained in:
k.struzhkin 2021-04-19 18:03:15 +03:00
parent aa2e1d59f1
commit d6afebb0b2

View File

@ -38,7 +38,7 @@ public class StreamStateManager {
}
}
public void stop(){
public void stop() {
isStreamRunning.set(false);
}