mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-06 03:29:16 +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`.