We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f8b9b commit 0b4a4fbCopy full SHA for 0b4a4fb
arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java
@@ -66,7 +66,7 @@ public class LibrariesIndexer {
66
private final File stagingFolder;
67
private File sketchbookLibrariesFolder;
68
69
- private static final List<String> badLibNotified = new ArrayList<String>();
+ private final List<String> badLibNotified = new ArrayList<String>();
70
71
public LibrariesIndexer(File preferencesFolder, ContributionsIndexer contributionsIndexer) {
72
this.contributionsIndexer = contributionsIndexer;
0 commit comments