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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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