{@inheritDoc}
(String property, Object newValue)
| 247 | * {@inheritDoc} |
| 248 | */ |
| 249 | @Override |
| 250 | public void setProperty(String property, Object newValue) { |
| 251 | getMetaClass().setProperty(this, property, newValue); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected