mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 22:22:18 -07:00
Add missing final
"muh checkstyle" more like "muh missing style config"
This commit is contained in:
@@ -84,7 +84,7 @@ public class DataComponentValueConverterProviderImpl implements DataComponentVal
|
||||
Tag decodedSnbt;
|
||||
try {
|
||||
decodedSnbt = tagSerializable.asBinaryTag().get(PaperAdventure.NBT_CODEC);
|
||||
} catch (CommandSyntaxException e) {
|
||||
} catch (final CommandSyntaxException e) {
|
||||
throw new IllegalArgumentException("Unable to parse SNBT value", e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user