cleanup: improve javadoc comments

This commit is contained in:
2021-06-03 03:54:18 +02:00
parent f323873b39
commit f9837b4c28
10 changed files with 40 additions and 45 deletions

View File

@ -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;