mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-13 07:54:20 +01:00
Comparing strings with `==` operator triggers a lint4j warning. This refactoring avoids the use of `thisVersion == otherVersion`.
Comparing strings with `==` operator triggers a lint4j warning. This refactoring avoids the use of `thisVersion == otherVersion`.