From 56b6ce772d93b6330ea142cd8b98d36851cb1100 Mon Sep 17 00:00:00 2001 From: Cat Core Date: Sat, 28 Sep 2024 14:23:54 +0200 Subject: [PATCH] Fix javadoc lint --- mappings/net/minecraft/world/chunk/WorldChunk.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/world/chunk/WorldChunk.mapping b/mappings/net/minecraft/world/chunk/WorldChunk.mapping index ad2282999c..a45ec07190 100644 --- a/mappings/net/minecraft/world/chunk/WorldChunk.mapping +++ b/mappings/net/minecraft/world/chunk/WorldChunk.mapping @@ -132,7 +132,7 @@ CLASS net/minecraft/class_2818 net/minecraft/world/chunk/WorldChunk COMMENT COMMENT Warning: 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