Skip to content

Commit

Permalink
[bidi][java] Fix the mode "closed" for a node
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Oct 31, 2024
1 parent e9ec0be commit 2e47913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class NodeProperties {
private enum Mode {
OPEN("open"),
CLOSE("close");
CLOSED("closed");

private final String value;

Expand Down

0 comments on commit 2e47913

Please sign in to comment.