Skip to content

Commit 0b4a4fb

Browse files
author
Federico Fissore
committed
No need to use static variables
1 parent b2f8b9b commit 0b4a4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class LibrariesIndexer {
6666
private final File stagingFolder;
6767
private File sketchbookLibrariesFolder;
6868

69-
private static final List<String> badLibNotified = new ArrayList<String>();
69+
private final List<String> badLibNotified = new ArrayList<String>();
7070

7171
public LibrariesIndexer(File preferencesFolder, ContributionsIndexer contributionsIndexer) {
7272
this.contributionsIndexer = contributionsIndexer;

0 commit comments

Comments
 (0)