Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Dec 7, 2023
1 parent 7a2bdcd commit f76d498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* An {@link EntryMapping entry mapping} {@link EntryTree tree} that represents both a main and a secondary tree.
* The secondary tree is used for entries that aren't contained in the main one, and methods to alter or retrieve values
* from one or both of them are also provided.
*
* <p>
* Removing an entry by default removes from both the main and secondary trees.
*/
Expand Down Expand Up @@ -85,7 +86,6 @@ public Pair<EntryMapping, EntryMapping> getBoth(Entry<?> entry) {
return new Pair<>(this.getMain(entry), this.getSecondary(entry));
}


public EntryMapping getMain(Entry<?> entry) {
return this.mainTree.get(entry);
}
Expand Down

0 comments on commit f76d498

Please sign in to comment.