Skip to content

Commit bcee0b2

Browse files
committed
note about what id is
1 parent c4473da commit bcee0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/contrib/LocalContribution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public abstract class LocalContribution extends Contribution {
4141
static public final String DELETION_FLAG = "flagged_for_deletion";
4242

43-
protected String id; // 1
43+
protected String id; // 1 (unique id for this library)
4444
protected int latestVersion; // 103
4545
protected File folder;
4646
protected HashMap<String, String> properties;

0 commit comments

Comments
 (0)