You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (JIRA)" <ji...@apache.org> on 2017/03/12 16:04:04 UTC

[jira] [Created] (GROOVY-8118) Builder's DefaultStrategy has small doc error

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)