Just an observation (I'm using Scala, so I don't care much, but): this: On Fri, Jan 10, 2014 at 5:08 PM, vijay krishna <[email protected] > wrote:
> From the documentation at > http://doc.akka.io/docs/akka/snapshot/java/serialization.html, writing up > serialization configuration through Java code can be done using : > > > 1. val config = ConfigFactory.parseString(""" > 2. akka { > 3. ... > > looks like a documentation bug, and likely to cause confusion among Java users. Not only is it Scala code, it uses the triple-quote mechanism (which AFAIK doesn't yet exist in Java), so Vijay's error is a very easy one to make. I'm not currently fluent enough in Java to be comfortable fixing this page myself, but should I enter a change request? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
