Skip to content
Snippets Groups Projects
Commit 8f8039e7 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7573 OZG-7991 Fix spelling

parent 7b7c478d
No related branches found
No related tags found
1 merge request!12Ozg 7573 files weiterleitung bug
...@@ -86,7 +86,7 @@ public abstract class StreamingFileSender<Q, S> { ...@@ -86,7 +86,7 @@ public abstract class StreamingFileSender<Q, S> {
void sendNext() { void sendNext() {
if (!done.get()) { if (!done.get()) {
waitForOberver(); waitForObserver();
sendMetaData(); sendMetaData();
do { do {
LOG.debug("Sending next chunk."); LOG.debug("Sending next chunk.");
...@@ -100,7 +100,7 @@ public abstract class StreamingFileSender<Q, S> { ...@@ -100,7 +100,7 @@ public abstract class StreamingFileSender<Q, S> {
return getRequestObserver().isReady(); return getRequestObserver().isReady();
} }
private void waitForOberver() { private void waitForObserver() {
synchronized (this) { synchronized (this) {
while (Objects.isNull(getRequestObserver())) { while (Objects.isNull(getRequestObserver())) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment