Update CardSet.java

This commit is contained in:
charlesbvll 2019-09-30 13:10:45 +02:00 committed by GitHub
parent 70b1cf9f35
commit 1778a0422c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
package ch.epfl.javass.jass; package javass.jass;
import java.util.List; import java.util.List;
import static ch.epfl.javass.Preconditions.*; import static javass.Preconditions.*;
/** /**
* The representation of a {@link CardSet} by a list of {@link Card}. * The representation of a {@link CardSet} by a list of {@link Card}.