Details
-
Bug
-
Resolution: Gone away
-
Minor - P4
-
None
-
None
-
None
Description
I'm not sure the exact URL, but there's a typo in a code example on the blog:
dog.setName("Realm") |
should be
company.setName("Realm") |
See: 
Thanks to Vjiay Kanbu for spotting and reporting this!