Skip to content

Commit

Permalink
Don't use preview features
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 11, 2023
1 parent a20b6b4 commit 3d91ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jox/Channel.java
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private boolean updateCellExpandBuffer(Segment segment, int i) {
// must be a receiver continuation - another buffer expansion already happened
return true;
}
case Buffered _ -> {
case Buffered b -> {
// an element is already buffered; if the ordering of operations was different, we would put IN_BUFFER in that cell and finish
return true;
}
Expand Down

0 comments on commit 3d91ac5

Please sign in to comment.