Skip to content

Commit

Permalink
Fix javadoc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 28, 2024
1 parent 3d416aa commit 56b6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/world/chunk/WorldChunk.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CLASS net/minecraft/class_2818 net/minecraft/world/chunk/WorldChunk
COMMENT
COMMENT <strong>Warning:<strong> If {@code null} is passed as the entity type filter, care should be
COMMENT taken that the type argument {@code T} is set to {@link Entity}, otherwise heap pollution in
COMMENT the output list or {@link ClassCastException} can occur.
COMMENT the output list or {@link ClassCastException} can occur
ARG 1 type
COMMENT the entity type of the entities to collect, or {@code null} to collect entities of all types.
ARG 2 box
Expand Down

0 comments on commit 56b6ce7

Please sign in to comment.