Update Card.java

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

View File

@ -1,10 +1,10 @@
package ch.epfl.javass.jass;
package javass.jass;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import static ch.epfl.javass.Preconditions.*;
import static javass.Preconditions.*;
/**
* The representation of a {@link Card} by a {@link Color} and a {@link Rank}.