Skip to content

Commit

Permalink
Update java/src/Ice/src/main/java/com/zeroc/Ice/OutputStream.java
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Henriksen <[email protected]>
  • Loading branch information
pepone and InsertCreativityHere authored Oct 2, 2024
1 parent ba18847 commit 84b92fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/Ice/src/main/java/com/zeroc/Ice/OutputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public OutputStream(EncodingVersion encoding, boolean direct) {
*/
public OutputStream(EncodingVersion encoding, FormatType format, boolean direct) {
// The 1.0 encoding doesn't use the class format type, but we still have to set it in case
// the stream reads and 1.1 encapsulation, in which case it would use the format type set
// the stream reads an 1.1 encapsulation, in which case it would use the format type set
// in the stream.
_buf = new Buffer(direct);
_encoding = encoding;
Expand Down

0 comments on commit 84b92fb

Please sign in to comment.