Erick,

A while back the API changed to use withXXXX() functions, and I'm sure
they did not catch all the docs that needed updated. You should file
an issue here for fixing the documentation and someone will eventually
get to it:  http://code.google.com/p/googleappengine/issues/list

Broc


On Nov 19, 1:49 pm, Erick Fleming <er...@sudogs.com> wrote:
> http://code.google.com/appengine/docs/java/tools/localunittesting.htm...
>
> TaskOptions.Builder.taskName("task29")
>
> should be
>
> TaskOptions.Builder.withTaskName("task29")
>
> PS: I didn't see any place in issues to report documentation issues

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to