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> {
void sendNext() {
if (!done.get()) {
waitForOberver();
waitForObserver();
sendMetaData();
do {
LOG.debug("Sending next chunk.");
......@@ -100,7 +100,7 @@ public abstract class StreamingFileSender<Q, S> {
return getRequestObserver().isReady();
}
private void waitForOberver() {
private void waitForObserver() {
synchronized (this) {
while (Objects.isNull(getRequestObserver())) {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment