Update Bits32.java

This commit is contained in:
charlesbvll 2019-09-30 13:01:47 +02:00 committed by GitHub
parent 6062b0659e
commit b66b7a8c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
package ch.epfl.javass.bits; package javass.bits;
import static ch.epfl.javass.Preconditions.*; import static javass.Preconditions.*;
public final class Bits32 { public final class Bits32 {
private Bits32() { private Bits32() {