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