I just need help with the last invalidated condition. "The joinData method must remove from the allLines list all lines in the linesForRemoval list if allLines contains all the lines in the linesForRemoval list." The recommendation from the program: "Be sure that the joinData() method deletes from the allLines list all lines in the linesForRemoval list." But using println on allLines array after line 54 shows an empty array.