1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Cores Installer UI refactor (WIP)

This commit is contained in:
Cristian Maglie
2015-02-25 13:08:40 +01:00
committed by Federico Fissore
parent 56b9fd7d93
commit 1f564d6709
6 changed files with 149 additions and 40 deletions

View File

@ -87,4 +87,8 @@ public abstract class ContributedPlatform extends DownloadableContribution {
this.parentPackage = parentPackage;
}
@Override
public String toString() {
return getVersion();
}
}