bqw5189 / closure-templates

Automatically exported from code.google.com/p/closure-templates
Apache License 2.0
0 stars 0 forks source link

Fix deprecation warnings in examples #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Both java/src/com/google/template/soy/examples/FeaturesUsage.java and 
java/src/com/google/template/soy/examples/SimpleUsage.java have a number of 
deprecation warnings. It would be better/helpful if the examples were fixed to 
use the proper APIs.

Original issue reported on code.google.com by bolinf...@gmail.com on 20 Sep 2011 at 3:37

GoogleCodeExporter commented 9 years ago
Fixed at http://code.google.com/p/closure-templates/source/detail?r=21

Code should now compile without warnings (except for a few in JavaCC generated 
code) in a stock eclipse.

Original comment by mikesamuel@gmail.com on 14 Oct 2011 at 7:55