StreakForHumanity/StreakerGame

NGA Inspection -- Remove nullary constructor in WorldItem that has empty body

Closed this issue · 0 comments

This as close to dead code as you can get without dead code. Java's default constructor insertion will automatically generate this constructor for you. It does not need to be explicitly provided. A nullary constructor can be added later if you actually perform initialization in it.