Skip to content

Commit 58547f9

Browse files
committed
Removing frivolous imports
1 parent 854ee9e commit 58547f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/dev/koifysh/archipelago/parts/DataPackage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
import com.google.gson.annotations.Expose;
44
import com.google.gson.annotations.SerializedName;
55

6-
import javax.xml.crypto.Data;
76
import java.io.Serializable;
87
import java.util.HashMap;
98
import java.util.Map;
10-
import java.util.UUID;
119

1210
public class DataPackage implements Serializable {
1311

0 commit comments

Comments
 (0)