Skip to content

Commit

Permalink
Alternative 4.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericasgeertsen <[email protected]>
  • Loading branch information
spericas committed Jan 16, 2024
1 parent 23f0d3a commit bfdaf24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public void writeTo(OutputStream out) {
datum.writeTo(out);
datum.skip(-available);
}
return;
}
} else {
copy().writeTo(out);
}
copy().writeTo(out);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ public void writeTo(OutputStream out) {
datum.writeTo(out);
datum.skip(-available);
}
return;
}
} else {
copy().writeTo(out);
}
copy().writeTo(out);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion http/http/src/main/java/io/helidon/http/HeadersImpl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, 2023 Oracle and/or its affiliates.
* Copyright (c) 2022, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit bfdaf24

Please sign in to comment.