This commit is contained in:
amontano 2003-04-08 13:28:38 +00:00
parent 995817eb98
commit bc8b5f724b

View file

@ -121,5 +121,5 @@ public class SimplifiedLinkedList
else array[n] = o.toString();
}
return array;
}
}
}