Skip to content

Commit a48906e

Browse files
author
Federico Fissore
committed
ContributedPlatform.toString() is used as item in dropdown, so it should print only its version
1 parent 5933a7e commit a48906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-core/src/cc/arduino/contributions/packages/ContributedPlatform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ public void setParentPackage(ContributedPackage parentPackage) {
9393

9494
@Override
9595
public String toString() {
96-
return getName() + " " + getParsedVersion();
96+
return getParsedVersion();
9797
}
9898
}

0 commit comments

Comments
 (0)