From 35bb9087494fbb32abdba77380c673fa06cb4844 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 21 Jun 2021 11:48:27 -0400 Subject: [PATCH] minor cosmetic cleanup --- app/src/processing/app/Library.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/processing/app/Library.java b/app/src/processing/app/Library.java index c77e4101d..24cd3c636 100644 --- a/app/src/processing/app/Library.java +++ b/app/src/processing/app/Library.java @@ -13,7 +13,6 @@ import processing.data.StringList; public class Library extends LocalContribution { static final String[] platformNames = PConstants.platformNames; - //protected File folder; // /path/to/shortname protected File libraryFolder; // shortname/library protected File examplesFolder; // shortname/examples protected File referenceFile; // shortname/reference/index.html @@ -29,7 +28,7 @@ public class Library extends LocalContribution { StringList packageList; /** Per-platform exports for this library. */ - HashMap exportList; + Map exportList; /** Applet exports (cross-platform by definition). */ String[] appletExportList;