Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Hammer2019-06-17 20:44:58 +0000
committerThomas Watson2019-07-15 13:10:24 +0000
commit20f0afb5895ee5019e3c9a1b5107456c5485694e (patch)
tree77e9c5476ae7cac3c9dc90197485f9fbabb833c2 /bundles/org.eclipse.osgi/pom.xml
parent5595b19ec459226e5fe38f8d39c71e1f72efab75 (diff)
downloadrt.equinox.framework-20f0afb5895ee5019e3c9a1b5107456c5485694e.tar.gz
rt.equinox.framework-20f0afb5895ee5019e3c9a1b5107456c5485694e.tar.xz
rt.equinox.framework-20f0afb5895ee5019e3c9a1b5107456c5485694e.zip
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I97b9a58053098327f05ac48338486ed40144b987 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index dffff72d5..c0def9f01 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->

Back to the top