Minor, use headless mode in BuiltInsSerializer

This commit is contained in:
Alexander Udalov
2013-10-30 18:29:14 +04:00
parent ef0af47972
commit f75c399128
@@ -54,6 +54,7 @@ public class BuiltInsSerializer {
}
public static void main(String[] args) throws IOException {
System.setProperty("java.awt.headless", "true");
serializeToDir(new File(DEST_DIR), System.out);
}