mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
what is this method?
This commit is contained in:
@@ -83,6 +83,11 @@ public class UpdateCheck {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Turned into a separate method so that anyone needed update.id will get
|
||||
* a legit answer. Had a problem with the contribs script where the id
|
||||
* wouldn't be set so a null id would be sent to the contribs server.
|
||||
*/
|
||||
static public long getUpdateID() {
|
||||
// generate a random id in case none exists yet
|
||||
Random r = new Random();
|
||||
|
||||
Reference in New Issue
Block a user