Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Hammer2019-09-25 20:04:49 +0000
committerAlexander Kurtakov2019-10-27 09:12:49 +0000
commit6862bac5b2c881540e8ee99020975a89cb997684 (patch)
treef329286fab97aeb4cc57d418ae3d310f0b9e6611 /bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository
parent3d0b351e0d3f340bcc26f7a651f4eebfc817b722 (diff)
downloadrt.equinox.p2-6862bac5b2c881540e8ee99020975a89cb997684.tar.gz
rt.equinox.p2-6862bac5b2c881540e8ee99020975a89cb997684.tar.xz
rt.equinox.p2-6862bac5b2c881540e8ee99020975a89cb997684.zip
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. toString() on array toString() implementation for arrays does not convert array contents to String, rather it will print array's type and hash code (defined as identity hash code). To get string representation of contents of the array, the array could be for example wrapped into Arrays.asList(), as Collections produce content representation in their toString(). Change-Id: I5db7c1cb516f25cb8410278d1d687862de471c6a Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository')
0 files changed, 0 insertions, 0 deletions

Back to the top