Skip to content

Fix Atomic lock README example - #117

Open
DragonFSKY wants to merge 1 commit into
sttc:masterfrom
DragonFSKY:fix-readme-atomic-lock-example
Open

Fix Atomic lock README example#117
DragonFSKY wants to merge 1 commit into
sttc:masterfrom
DragonFSKY:fix-readme-atomic-lock-example

Conversation

@DragonFSKY

@DragonFSKY DragonFSKY commented Jun 28, 2026

Copy link
Copy Markdown

Fixes #113.

Updates the README lock example to pass the Callable to Atomic and invoke its no-argument call() method, matching the current API.

Verification:

  • mvn --errors --batch-mode clean install -Pqulice (JDK 21)
  • markdownlint-cli2 README.md

@DragonFSKY
DragonFSKY force-pushed the fix-readme-atomic-lock-example branch from b762640 to be6e1d6 Compare August 25, 2026 13:14
@DragonFSKY
DragonFSKY force-pushed the fix-readme-atomic-lock-example branch from be6e1d6 to b17f729 Compare August 26, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README Atomic lock example does not compile: missing Callable arg and wrong override signature

1 participant