Update dev name

This commit is contained in:
ByteDream 2020-09-03 19:31:29 +00:00 committed by GitHub
parent 12d4538c68
commit 66be1c76c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
package org.blueshard.cryptogx;
package org.bytedream.cryptoGX;
import javafx.application.Platform;
import javafx.collections.FXCollections;
@ -23,7 +23,7 @@ import java.security.spec.InvalidKeySpecException;
import java.util.*;
import java.util.concurrent.atomic.AtomicReference;
import static org.blueshard.cryptogx.Main.*;
import static org.bytedream.cryptogx.Main.*;
/**
* <p>Class for the user configuration / settings</p>