DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42056>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42056





------- Additional Comments From [EMAIL PROTECTED]  2007-04-05 04:43 -------
It doesn't have meaningful changes (renaming of non accessible methods, etc).

There are a lot of changes like this one as well:
-                       for (int i = 0; i < pds.length; i++) {
-                               pds[i].setValue(RESOLVABLE_AT_DESIGN_TIME, 
Boolean.TRUE);
-                               pds[i].setValue(TYPE, pds[i].getPropertyType());
-                       }
-                       return Arrays.asList((FeatureDescriptor[]) 
pds).iterator();
+            for (PropertyDescriptor pd : pds) {
+                pd.setValue(RESOLVABLE_AT_DESIGN_TIME, Boolean.TRUE);
+                pd.setValue(TYPE, pd.getPropertyType());
+            }
+            return Arrays.asList((FeatureDescriptor[]) pds).iterator();


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to