Eric Milles created GROOVY-8118:
-----------------------------------
Summary: Builder's DefaultStrategy has small doc error
Key: GROOVY-8118
URL: https://issues.apache.org/jira/browse/GROOVY-8118
Project: Groovy
Issue Type: Bug
Components: Documentation
Reporter: Eric Milles
Priority: Trivial
The doc comment for DefaultStrategy reads:
{{def person =
Person.builder().firstName("Robert").lastName("Lewandowski").age(21)}}.
This is missing {{.build()}} at the end. I tried without the .build() in case
there was some runtime type coercion but I got a GroovyCastException, so I
believe the docs are in error.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)