mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 17:56:08 +00:00
Move
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.volmit.iris.object.atomics;
|
||||
package com.volmit.iris.gen.atomics;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.volmit.iris.object.atomics;
|
||||
package com.volmit.iris.gen.atomics;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.volmit.iris.object.atomics;
|
||||
package com.volmit.iris.gen.atomics;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.volmit.iris.object.atomics;
|
||||
package com.volmit.iris.gen.atomics;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.volmit.iris.object.atomics;
|
||||
package com.volmit.iris.gen.atomics;
|
||||
|
||||
import java.util.concurrent.locks.ReentrantLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user