Re: Creating org.apache.commons.lang3.text.translate.LookupTranslator
Seth Tisue <[email protected]>
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <[email protected]> |
what Vlad said. but also, you don't need `map` at all here. this works fine: new LookupTranslator( EntityArrays.BASIC_UNESCAPE.asInstanceOf[Array[Array[CharSequence]]]: _*) (btw, this would have been better on scala-user, not scala-language) -- You received this message because you are subscribed to the Google Groups "scala-language" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.