Update LoopScopeExample.java

This commit is contained in:
Loredana Crusoveanu
2019-01-11 21:25:58 +02:00
committed by GitHub
parent 065a6e2519
commit 39f2baab28

View File

@@ -12,7 +12,6 @@ public class LoopScopeExample {
for (String name : listOfNames) {
allNames = allNames + " " + name;
}
}
}