mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
No need to use static variables
This commit is contained in:
parent
b2f8b9b6c1
commit
0b4a4fb0b5
@ -66,7 +66,7 @@ public class LibrariesIndexer {
|
||||
private final File stagingFolder;
|
||||
private File sketchbookLibrariesFolder;
|
||||
|
||||
private static final List<String> badLibNotified = new ArrayList<String>();
|
||||
private final List<String> badLibNotified = new ArrayList<String>();
|
||||
|
||||
public LibrariesIndexer(File preferencesFolder, ContributionsIndexer contributionsIndexer) {
|
||||
this.contributionsIndexer = contributionsIndexer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user