Fixing javadoc issues

This commit is contained in:
Andy Clement
2014-02-25 11:24:30 -08:00
parent 76c7ae8c98
commit 6082381468
19 changed files with 116 additions and 54 deletions

View File

@@ -55,7 +55,7 @@ public class FieldReaderWriter {
*
* @param instance the object instance upon which to set the field
* @param newValue the new value for that field
* @param the optional state manager for this instance, which will be looked up (expensive) if not passed in
* @param stateManager the optional state manager for this instance, which will be looked up (expensive) if not passed in
*/
public void setValue(Object instance, Object newValue, ISMgr stateManager) throws IllegalAccessException {
if (typeDescriptor.isReloadable()) {