Correct Javadoc

This commit is contained in:
Kieran Wallbanks 2021-04-12 15:16:04 +01:00
parent a16c8d3273
commit 3651a132fe

View File

@ -8,7 +8,7 @@ import java.util.UUID;
import static net.minestom.server.utils.identity.NamedAndIdentifiedImpl.EMPTY;
/**
* An object with a string name and a {@link UUID} identity.
* An object with a {@link Component} name and a {@link UUID} identity.
*/
public interface NamedAndIdentified extends Named<Component>, Identified {