{@inheritDoc}
(final GroovyObject builder)
| 203 | * {@inheritDoc} |
| 204 | */ |
| 205 | @Override |
| 206 | public void build(final GroovyObject builder) { |
| 207 | GStringUtil.buildImpl(builder, values, getStrings()); |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected