mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-29 15:06:46 +02:00
Add missing final
"muh checkstyle" more like "muh missing style config"
This commit is contained in:
parent
938a84fc39
commit
e150ffd272
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue