Add Nullable to Actor::getName
This commit is contained in:
@@ -50,6 +50,7 @@ public interface Actor extends Renderable
|
||||
*
|
||||
* @return the name
|
||||
*/
|
||||
@Nullable
|
||||
String getName();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user