cleanup: improve javadoc comments
This commit is contained in:
@ -5,7 +5,7 @@ import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.Objects;
|
||||
|
||||
/** Represents an inventory of 6 slots of {@link StoneType}s that can be manipulated. */
|
||||
/** Represents an inventory of 6 slots of {@link StoneType StoneTypes} that can be manipulated. */
|
||||
public class Inventory implements Iterable<StoneType> {
|
||||
/** The size of the inventory */
|
||||
private final int size = 6;
|
||||
|
Reference in New Issue
Block a user