Browse Source

Avoid creating unnessary wrapper for empty map

pull/27058/head
Vasiliy Kudriavtsev 3 years ago committed by Rossen Stoyanchev
parent
commit
4a13928a27
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -72,7 +72,7 @@ to start a discussion first or have already created an issue, once a pull reques @@ -72,7 +72,7 @@ to start a discussion first or have already created an issue, once a pull reques
created, we will close the issue as superseded by the pull request, and the discussion
about the issue will continue under the pull request.
1. Always check out the `master` branch and submit pull requests against it
1. Always check out the `main` branch and submit pull requests against it
(for target version see [settings.gradle](settings.gradle)).
Backports to prior versions will be considered on a case-by-case basis and reflected as
the fix version in the issue tracker.

Loading…
Cancel
Save