Skip to content

Commit

Permalink
Make SAME_LEVEL_IDENTIFIER visible to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Apr 15, 2024
1 parent bf19603 commit ed70b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class GlobTrieNode {
protected static final String STAR = "*";
protected static final String STAR_STAR = "**";
protected static final String LEVEL_IDENTIFIER = "/";
protected static final String SAME_LEVEL_IDENTIFIER = "#";
public static final String SAME_LEVEL_IDENTIFIER = "#";

private String content;
private Map<String, GlobTrieNode> children;
Expand Down

0 comments on commit ed70b3e

Please sign in to comment.