http://codereview.appspot.com/88152/diff/1/2 File tests/com/google/caja/plugin/templates/TemplateCompilerTest.java (right): http://codereview.appspot.com/88152/diff/1/2#newcode310 Line 310: final Holder<ExternalReference> savedRef = new Holder<ExternalReference>(); On 2009/07/10 22:52:01, felix8a wrote:
why not just ExternalReference savedRef; ?
It has to be final in order to be accessible from the anonymous inner class that follows. http://codereview.appspot.com/88152
