Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted
private final Henna[] _henna = new Henna[3];

to

private final Henna _henna;

And you make all subsequent edits. getHennaEmptySlots() must return either 0 or 1, so a

 return (_henna != null) ? 0 : 1;

is enough. If you still want a classId.level check, simply write one similar to existing.

Guest
This topic is now closed to further replies.


×
×
  • Create New...