Revision: 6616 Author: [email protected] Date: Tue Nov 3 12:52:13 2009 Log: Clarify JsniCollector.SourceCache comment.
Review by: jat (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=6616 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/JsniCollector.java ======================================= --- /trunk/dev/core/src/com/google/gwt/dev/javac/JsniCollector.java Tue Jul 28 21:10:00 2009 +++ /trunk/dev/core/src/com/google/gwt/dev/javac/JsniCollector.java Tue Nov 3 12:52:13 2009 @@ -133,7 +133,8 @@ } /** - * Just a little class to grab source only once for a compilation unit. + * Lazily grab source only for compilation units which actually contain native + * methods, then cache it. * * TODO: parse JSNI <i>during</i> JDT's cycle to avoiding having to read from * disk twice. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
