mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Code fix
This commit is contained in:
parent
2260e05c99
commit
6675c57948
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
public class ErrorResponse {
|
||||
public String cause;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
public class Profile {
|
||||
public String id;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
|
||||
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
|
||||
|
||||
import android.util.*;
|
||||
import java.io.*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user