/[Apache-SVN]
ViewVC logotype

Revision 1864953


Jump to revision: Previous Next
Author: mthl
Date: Mon Aug 12 09:47:59 2019 UTC (4 years, 8 months ago)
Changed paths: 1
Log Message:
Improved: Use method references instead of lambda inside variables
(OFBIZ-10817)

Lambda expressions are not meant to be stored inside variables.  In
most cases it is better to define a static method and use a method
reference instead.  Static methods have the benefits of having a more
explicit signature and some javadoc attached to them.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/util/template/FreeMarkerWorker.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26