mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-05 16:49:30 +00:00
Fix cosmetic typo in exception message
This commit is contained in:
parent
5d57527c2a
commit
b3229d15aa
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ public class CraftEnchantment extends Enchantment implements Handleable<net.mine
|
|||
|
||||
@Override
|
||||
public EnchantmentTarget getItemTarget() {
|
||||
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
|
||||
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -794,7 +794,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||
|
||||
@Override
|
||||
public EntityCategory getCategory() {
|
||||
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
|
||||
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue