mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Fixed Override warning
This commit is contained in:
parent
b4efa5589b
commit
a64d1cbeb1
@ -41,6 +41,7 @@ public class Language {
|
|||||||
this.isoCode = isoCode;
|
this.isoCode = isoCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
if (originalName.length() == 0) {
|
if (originalName.length() == 0) {
|
||||||
return name;
|
return name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user