mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix an indentation problem
This commit is contained in:
@@ -28,7 +28,7 @@ public class Library extends LocalContribution {
|
||||
StringList packageList;
|
||||
|
||||
/** Per-platform exports for this library. */
|
||||
HashMap<String, String[]> exportList;
|
||||
HashMap<String, String[]> exportList;
|
||||
|
||||
/** Applet exports (cross-platform by definition). */
|
||||
String[] appletExportList;
|
||||
|
||||
Reference in New Issue
Block a user