WordLists#createFromReader invokes String#trim on each line before adding it to
the underlying ArrayList.
This behavior modifies any words that begin or end with spaces and will
ultimately break the sorting of the list.
Update the code to accept input as received from the file.
Note that BufferedReader#readLine is used so end-of-line characters have
already been removed.
Original issue reported on code.google.com by dfis...@gmail.com on 30 Jul 2013 at 2:16
Original issue reported on code.google.com by
dfis...@gmail.com
on 30 Jul 2013 at 2:16