fix for bug 528358, was introduced in revision 1.17

This commit is contained in:
Lars Kühne 2002-03-19 19:35:09 +00:00
parent 2a7c9dd831
commit dd476d3368
1 changed files with 1 additions and 1 deletions

View File

@ -171,8 +171,8 @@ public class Checker
catch (IOException ignored) {
}
}
it.remove();
}
it.remove();
}
/**