Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
lib
common-lib
Commits
8f8039e7
Commit
8f8039e7
authored
6 days ago
by
Krzysztof Witukiewicz
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7573 OZG-7991 Fix spelling
parent
7b7c478d
No related branches found
Branches containing commit
No related tags found
1 merge request
!12
Ozg 7573 files weiterleitung bug
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ozgcloud-common-lib/src/main/java/de/ozgcloud/common/binaryfile/StreamingFileSender.java
+2
-2
2 additions, 2 deletions
...va/de/ozgcloud/common/binaryfile/StreamingFileSender.java
with
2 additions
and
2 deletions
ozgcloud-common-lib/src/main/java/de/ozgcloud/common/binaryfile/StreamingFileSender.java
+
2
−
2
View file @
8f8039e7
...
...
@@ -86,7 +86,7 @@ public abstract class StreamingFileSender<Q, S> {
void
sendNext
()
{
if
(!
done
.
get
())
{
waitForOberver
();
waitForOb
s
erver
();
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
waitForOb
s
erver
()
{
synchronized
(
this
)
{
while
(
Objects
.
isNull
(
getRequestObserver
()))
{
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment