This commit is contained in:
khanhduytran0 2020-12-23 16:19:19 +07:00
parent 2260e05c99
commit 6675c57948
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
public class ErrorResponse {
public String cause;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import java.util.*;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
public class Profile {
public String id;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import java.util.UUID;

View File

@ -1,4 +1,4 @@
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil.*;
package net.kdt.pojavlaunch.authenticator.mojang.yggdrasil;
import android.util.*;
import java.io.*;