Update LoopScopeExample.java
This commit is contained in:
parent
065a6e2519
commit
39f2baab28
@ -12,7 +12,6 @@ public class LoopScopeExample {
|
|||||||
for (String name : listOfNames) {
|
for (String name : listOfNames) {
|
||||||
allNames = allNames + " " + name;
|
allNames = allNames + " " + name;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user