mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[minor] access modifer order
This commit is contained in:
parent
ec546a5ae6
commit
a7a565bb8f
549 changed files with 1032 additions and 1040 deletions
|
|
@ -23,7 +23,7 @@ public class Updater {
|
|||
/**
|
||||
* URL to get metadata and files from.
|
||||
*/
|
||||
private final static String URL_PREFIX = "http://download.magefree.com/update/";
|
||||
private static final String URL_PREFIX = "http://download.magefree.com/update/";
|
||||
|
||||
/**
|
||||
* Main. Application Entry Point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue