Datastore Java API Overview Typo

1 view
Skip to first unread message

Ben M. Scholl

unread,
Apr 17, 2009, 9:36:12 PM4/17/09
to Google App Engine
The Datastore Java API Overview page <http://code.google.com/appengine/
docs/java/datastore/overview.html> has a typo.

The constructor in the Employee class (Employee.java) should read
Employee, not Person.

Current:
public Person(String firstName, String lastName, Date hireDate) {

Should be:
public Employee(String firstName, String lastName, Date hireDate) {


Reply all
Reply to author
Forward
0 new messages