Henri Yandell wrote:
Any ideas why there are unescape(String);String and unescape(Writer, String) implementations in Entities - independently implemented? They look like clones of each other - just one has nicer variable names.
Typiclally you need a StringBuffer and a Writer variant of the same method otherwise you have to catch an exception and create an object.
Depends how much you are fussed about object creation or impossible exceptions.
In Joda-Time we often have both implementations even with code duplication. Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
