Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update app/src/main/java/app/revanced/integrations/youtube/TrieSearch…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: oSumAtrIX <[email protected]>
  • Loading branch information
LisoUseInAIKyrios and oSumAtrIX authored Mar 9, 2024
1 parent 0468dfd commit 14a08e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ boolean matches(TrieNode<T> enclosingNode, // Used only for the get character me

static abstract class TrieNode<T> {
/**
* Dummy value used for root node. Value can be anything as it's never referenced..
* Dummy value used for root node. Value can be anything as it's never referenced.
*/
private static final char ROOT_NODE_CHARACTER_VALUE = 0; // ASCII null character.

Expand Down

0 comments on commit 14a08e4

Please sign in to comment.