Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b69b94e

Browse files
committedFeb 16, 2018
Fix ArrayList to List implicit conversion
1 parent 57f921c commit b69b94e

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)
Please sign in to comment.