mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Removed inline comments
This commit is contained in:
@@ -52,7 +52,6 @@ public final class MobRepository<T extends Mob> implements Iterable<T> {
|
||||
public boolean hasNext() {
|
||||
int index = current;
|
||||
|
||||
// return true iff there is a non-null element within the repository
|
||||
while (index <= repository.size()) {
|
||||
Mob mob = repository.mobs[index++];
|
||||
if (mob != null) {
|
||||
|
||||
Reference in New Issue
Block a user