We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4473da commit bcee0b2Copy full SHA for bcee0b2
1 file changed
app/src/processing/app/contrib/LocalContribution.java
@@ -40,7 +40,7 @@
40
public abstract class LocalContribution extends Contribution {
41
static public final String DELETION_FLAG = "flagged_for_deletion";
42
43
- protected String id; // 1
+ protected String id; // 1 (unique id for this library)
44
protected int latestVersion; // 103
45
protected File folder;
46
protected HashMap<String, String> properties;
0 commit comments