Skip to content
Snippets Groups Projects
Commit 0fe655c6 authored by Juuso Rytilahti's avatar Juuso Rytilahti
Browse files

MInor correction

parent ab05ebdd
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ public class FixMe {
int index = 0;
while (index < list.size()) {
int element = list.get(index);
if (element < 0) {
if (element > 0) {
list.remove(index);
} else {
index++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment