Open alecgorge opened 11 years ago
Methods like Server.getWorlds() returns a List, not a List<World>. Same thing for BookMeta.pages().
Server.getWorlds()
List
List<World>
BookMeta.pages()
Is there any particular reason for this?
Also, things like RegisteredServiceProvider do not utilize generics
RegisteredServiceProvider
Methods like
Server.getWorlds()
returns aList
, not aList<World>
. Same thing forBookMeta.pages()
.Is there any particular reason for this?