Skip to content

Commit 2fbda38

Browse files
committed
Added @todo commentry
1 parent 8b18bc6 commit 2fbda38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/picoded/dstack/mongodb/MongoDB_KeyLongMap.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ public boolean weakCompareAndSet(String key, Long expect, Long update) {
438438
// FindOneAndUpdateOptions opt = new FindOneAndUpdateOptions();
439439
// opt.upsert(true);
440440

441+
// // !! THE FOLLOWING BELOW IS INCOMPLETE CODE (AND IS BROKEN)
442+
// // ---
443+
441444
// // now timestamp
442445
// Date now = new Date();
443446

0 commit comments

Comments
 (0)