Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.6
-
None
-
None
-
Operating System: All
Platform: All
-
35951
Description
There are some lines in the javadoc of LazyDynaBean that states:
ArrayList is the default indexed property that LazyDynaBean uses but this can be
easily changed by overriding the newIndexedProperty(name) method.
But, the correct method name is : defaultIndexedProperty(name)
There is similar mistake about defaultMappedProperty(name)!