Author: tchemit Date: 2008-02-12 13:52:27 +0000 (Tue, 12 Feb 2008) New Revision: 205 Modified: trunk/jaxx/src/main/java/jaxx/compiler/JAXXCompiler.java Log: ajout TODO Modified: trunk/jaxx/src/main/java/jaxx/compiler/JAXXCompiler.java =================================================================== --- trunk/jaxx/src/main/java/jaxx/compiler/JAXXCompiler.java 2008-02-12 13:51:04 UTC (rev 204) +++ trunk/jaxx/src/main/java/jaxx/compiler/JAXXCompiler.java 2008-02-12 13:52:27 UTC (rev 205) @@ -91,6 +91,7 @@ private static List<String> staticImports = new ArrayList<String>(); static { + //TODO humm, we should be able to import only what is needed staticImports.add("java.awt.*"); staticImports.add("java.awt.event.*"); staticImports.add("java.beans.*");
participants (1)
-
tchemit@users.labs.libre-entreprise.org