Skip to content

Commit 51d78c8

Browse files
committed
Fix ArrayList to List implicit conversion
1 parent fc8b5ec commit 51d78c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)