| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3051
Author: jvroom@adobe.com
Date: 29 Aug 2008 22:19:32
Changes:actually, for some reason this cast is changing how this method works so
I'm backing it out!
| ... | ...@@ -862,7 +862,7 @@ | |
| 862 | 862 | Object obj = null; |
| 863 | 863 | if (readMethod != null) |
| 864 | 864 | { |
| 865 | obj = readMethod.invoke(bean, (Object) null); | |
| 865 | obj = readMethod.invoke(bean, null); | |
| 866 | 866 | } |
| 867 | 867 | else if (field != null) |
| 868 | 868 | { |