fix an indentation problem

This commit is contained in:
Rodrigo Bonifacio
2017-06-15 13:01:27 -03:00
parent 9d693aca26
commit 7a92e8e606
+1 -1
View File
@@ -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;