mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Забытые LauncherNetworkAPI
This commit is contained in:
parent
3eef6ac882
commit
4dab77bda9
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
package pro.gravit.launcher.hasher;
|
||||
|
||||
import pro.gravit.launcher.LauncherNetworkAPI;
|
||||
import pro.gravit.launcher.serialize.HInput;
|
||||
import pro.gravit.launcher.serialize.stream.EnumSerializer;
|
||||
import pro.gravit.launcher.serialize.stream.StreamObject;
|
||||
|
@ -28,7 +29,7 @@ public int getNumber() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@LauncherNetworkAPI
|
||||
public boolean flag; // For external usage
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ public final class HashedFile extends HashedEntry {
|
|||
public static final DigestAlgorithm DIGEST_ALGO = DigestAlgorithm.MD5;
|
||||
|
||||
// Instance
|
||||
|
||||
@LauncherNetworkAPI
|
||||
public final long size;
|
||||
@LauncherNetworkAPI
|
||||
private final byte[] digest;
|
||||
|
|
Loading…
Reference in a new issue