Update Main.java

This commit is contained in:
ByteDream 2020-09-03 19:28:54 +00:00 committed by GitHub
parent 7cdfa47a4e
commit 08537982ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/*
* @author blueShard
* @author bytedream
* @version 1.12.0
*
* Some <code>@since</code> versions may be not correct, because the <code>@since</code> tag got added in
@ -7,7 +7,7 @@
*/
package org.blueshard.cryptogx;
package org.bytedream.cryptogx;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;