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 15499b3

Browse files
committedSep 28, 2017
Fix ArrayList to List implicit conversion
1 parent 1fac7a3 commit 15499b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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.