diff --git a/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java b/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java index 9bcf72fd4..7e8376208 100644 --- a/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java +++ b/src/main/java/org/apache/commons/collections4/trie/PatriciaTrie.java @@ -781,22 +781,22 @@ public class PatriciaTrie extends PatriciaTrieBase implements Trie extends PatriciaTrieBase implements Trie> { // values to reset the subtree if we remove it. - protected final K prefix; - protected final int offset; - protected final int lengthInBits; - protected boolean lastOne; + private final K prefix; + private final int offset; + private final int lengthInBits; + private boolean lastOne; - protected TrieEntry subtree; // the subtree to search within + private TrieEntry subtree; // the subtree to search within /** * Starts iteration at the given entry & search only