File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
arduino-core/src/processing/app/packages Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -283,17 +283,7 @@ public boolean useRecursion() {
283
283
284
284
@ Override
285
285
public String toString () {
286
- String res = "Library: " + name + "\n " ;
287
- res += " (version=" + version + ")\n " ;
288
- res += " (author=" + author + ")\n " ;
289
- res += " (maintainer=" + maintainer + ")\n " ;
290
- res += " (sentence=" + sentence + ")\n " ;
291
- res += " (paragraph=" + paragraph + ")\n " ;
292
- res += " (url=" + website + ")\n " ;
293
- res += " (architectures=" + architectures + ")\n " ;
294
- if (includes != null )
295
- res += " (includes=" + includes + ")\n " ;
296
- return res ;
286
+ return name + ":" + version + " " + architectures + " " + installedFolder .getAbsolutePath ();
297
287
}
298
288
299
289
}
You can’t perform that action at this time.
0 commit comments