Hi all, in XPathUtil I have found the following code fragment:
log.debug(new StringBuilder("bla").append(blub).append("whatever").toString())
which seems to me t be equivallent to
log.debug("bla"+blubb+"whatever")
any reason to use the former?
Regards
Felix
