Generated by
JDiff

Class com.google.common.io.Resources

Changed Methods
T extends Object readLines(URL, Charset, LineProcessor<T>) Change in return type from T to (T extends Object).
Streams lines from a URL, stopping when our callback returns false, or we have read all of the lines.