mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
Add missing final
"muh checkstyle" more like "muh missing style config"
This commit is contained in:
parent
938a84fc39
commit
e150ffd272
@ -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…
x
Reference in New Issue
Block a user