Skip to content

Commit 92f2481

Browse files
committed
Fix ArrayList to List implicit conversion
1 parent a022f19 commit 92f2481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static public String getHardwarePath() {
245245
return getHardwareFolder().getAbsolutePath();
246246
}
247247

248-
static public List<File> getLibrariesPath() {
248+
static public ArrayList<File> getLibrariesPath() {
249249
return librariesFolders;
250250
}
251251

0 commit comments

Comments
 (0)