Description
There is an error in javadoc of reconfigureProperty#reconfigurePropertyImpl
* This method cannot be overridden, subclasses should instead override * reconfigureProperty.
should change to
* This method cannot be overridden, subclasses should instead override * reconfigurePropertyImpl.