The FreeMarkerWorker class was refactored recently to eliminate the need
for calling that method. Check the commit log for more information.
-Adrian
Vu Hong Thuan wrote:
My application version use method addAllOfbizTransforms from
FreeMarkerWorker class
After rebuild for latest revision. We get following message:
cannot find symbol
[javac] symbol : method addAllOfbizTransforms(java.util.Map)
[javac] location: class org.ofbiz.base.util.template.FreeMarkerWorker
[javac] FreeMarkerWorker.addAllOfbizTransforms(context);
Any suggestion for use another method?