Skip to content

Commit

Permalink
More manifesto edits, add data lattice section
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed May 2, 2024
1 parent 05d5136 commit 85a11c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convex-core/src/main/java/convex/core/data/RefSoft.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public T getValue() {
// Update soft reference to the fresh version. No point keeping old one....
this.softRef = ((RefSoft<T>) storeRef).softRef;
} else {
// Create a new soft reference
this.softRef = new SoftReference<T>(result);
}
}
Expand Down

0 comments on commit 85a11c8

Please sign in to comment.