Skip to content

Replace calls to Runnables.doNothing() with a do-nothing lambda, () -> {}. - #8657

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_975170706
Sep 2, 2026
Merged

Replace calls to Runnables.doNothing() with a do-nothing lambda, () -> {}.#8657
copybara-service[bot] merged 1 commit into
masterfrom
test_975170706

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

Replace calls to Runnables.doNothing() with a do-nothing lambda, () -> {}.

Runnables.doNothing() exists only because Java lambdas didn't exist in 2013. () -> {} is shorter and more standard.

RELNOTES=n/a

…) -> {}`.

`Runnables.doNothing()` exists only because Java lambdas didn't exist in 2013. `() -> {}` is shorter and more standard.

RELNOTES=n/a
PiperOrigin-RevId: 975197633
@copybara-service
copybara-service Bot merged commit f744cde into master Sep 2, 2026
15 checks passed
@copybara-service
copybara-service Bot deleted the test_975170706 branch September 2, 2026 17: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.

1 participant