refactor packaging
This commit is contained in:
parent
aa6c8a15fd
commit
bdab51ff18
@ -1,4 +1,4 @@
|
||||
package de.mc8051.arma3launcher.repo;
|
||||
package de.mc8051.arma3launcher.repo.sync;
|
||||
|
||||
import de.mc8051.arma3launcher.objects.AbstractMod;
|
||||
import de.mc8051.arma3launcher.objects.Mod;
|
||||
@ -6,7 +6,6 @@ import de.mc8051.arma3launcher.objects.ModFile;
|
||||
|
||||
import java.nio.file.Path;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
@ -1,4 +1,4 @@
|
||||
package de.mc8051.arma3launcher.repo;
|
||||
package de.mc8051.arma3launcher.repo.sync;
|
||||
|
||||
import co.bitshfted.xapps.zsync.Zsync;
|
||||
import co.bitshfted.xapps.zsync.http.ContentRange;
|
@ -1,4 +1,4 @@
|
||||
package de.mc8051.arma3launcher.repo;
|
||||
package de.mc8051.arma3launcher.repo.sync;
|
||||
|
||||
import co.bitshfted.xapps.zsync.Zsync;
|
||||
import co.bitshfted.xapps.zsync.ZsyncStatsObserver;
|
@ -1,8 +1,7 @@
|
||||
package de.mc8051.arma3launcher.repo;
|
||||
package de.mc8051.arma3launcher.repo.sync;
|
||||
|
||||
import co.bitshfted.xapps.zsync.Zsync;
|
||||
import co.bitshfted.xapps.zsync.ZsyncException;
|
||||
import co.bitshfted.xapps.zsync.ZsyncStatsObserver;
|
||||
import co.bitshfted.xapps.zsync.http.ContentRange;
|
||||
import de.mc8051.arma3launcher.ArmA3Launcher;
|
||||
import de.mc8051.arma3launcher.LauncherGUI;
|
@ -1,4 +1,4 @@
|
||||
package de.mc8051.arma3launcher;
|
||||
package de.mc8051.arma3launcher.utils;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
Loading…
Reference in New Issue
Block a user