Update PackedScore.java

This commit is contained in:
charlesbvll 2019-09-30 13:13:44 +02:00 committed by GitHub
parent c6d1352a59
commit dc5eae1b3c
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 static ch.epfl.javass.Preconditions.checkArgument; import static ch.epfl.javass.Preconditions.checkArgument;
import ch.epfl.javass.bits.Bits32; import javass.bits.Bits32;
import ch.epfl.javass.bits.Bits64; import javass.bits.Bits64;
/** /**
* The representation of a score of the game of Jass in a packed form (as a long). * The representation of a score of the game of Jass in a packed form (as a long).