Skip to content

Commit 6652fa7

Browse files
committed
what is this method?
1 parent 16db1ea commit 6652fa7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/processing/app/UpdateCheck.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ public void run() {
8383
}
8484

8585

86+
/**
87+
* Turned into a separate method so that anyone needed update.id will get
88+
* a legit answer. Had a problem with the contribs script where the id
89+
* wouldn't be set so a null id would be sent to the contribs server.
90+
*/
8691
static public long getUpdateID() {
8792
// generate a random id in case none exists yet
8893
Random r = new Random();

0 commit comments

Comments
 (0)