mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-30 14:39:56 +08:00
Removed wrong imports
This commit is contained in:
parent
ff1a566bf4
commit
008f07cacc
@ -24,22 +24,9 @@ import org.jackhuang.hmcl.setting.Profile
|
||||
import org.jackhuang.hmcl.task.Task
|
||||
import java.io.File
|
||||
import java.io.IOException
|
||||
import sun.misc.IOUtils
|
||||
import jdk.nashorn.internal.objects.NativeFunction.call
|
||||
import org.jackhuang.hmcl.task.TaskResult
|
||||
import org.jackhuang.hmcl.util.*
|
||||
import sun.plugin2.util.PojoUtil.toJson
|
||||
import sun.tools.jar.resources.jar
|
||||
import java.util.Collections.addAll
|
||||
import java.util.ArrayList
|
||||
import java.util.Arrays
|
||||
import com.sun.javafx.scene.layout.region.BorderStyleConverter.HIDDEN
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Read the manifest in a HMCL modpack.
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
package org.jackhuang.hmcl.game
|
||||
|
||||
import jdk.nashorn.internal.ir.annotations.Immutable
|
||||
import org.jackhuang.hmcl.util.Immutable
|
||||
|
||||
@Immutable
|
||||
class AssetIndexInfo(
|
||||
|
Loading…
Reference in New Issue
Block a user