mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
temporary testing output
This commit is contained in:
@@ -3317,7 +3317,7 @@ public class ASTGenerator {
|
||||
|
||||
public void suggestImports(final String className){
|
||||
if(ignoredImportSuggestions == null) {
|
||||
ignoredImportSuggestions = new TreeSet<>();
|
||||
ignoredImportSuggestions = new TreeSet<String>();
|
||||
} else {
|
||||
if(ignoredImportSuggestions.contains(className)) {
|
||||
log("Ignoring import suggestions for " + className);
|
||||
|
||||
Reference in New Issue
Block a user