| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3050
Author: jvroom@adobe.com
Date: 29 Aug 2008 19:48:58
Changes:Removed compile warning with JDK1.5
Files:| ... | ...@@ -862,7 +862,7 @@ | |
| 862 | 862 | Object obj = null; |
| 863 | 863 | if (readMethod != null) |
| 864 | 864 | { |
| 865 | obj = readMethod.invoke(bean, null); | |
| 865 | obj = readMethod.invoke(bean, (Object) null); | |
| 866 | 866 | } |
| 867 | 867 | else if (field != null) |
| 868 | 868 | { |