Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1 M1, 1.1 M2
-
Fix Version/s: 1.1 M3
-
Component/s: XML code generator
-
Labels:None
-
Number of attachments :
Description
Basically, the code generated for the remove<Entity>At method should read
java.lang.Object obj = ...
instead of ...
Object obj = ...
Final patch for review.