Generated by
JDiff

Class com.google.common.io.CharSource

Changed Methods
String readFirstLine() Change in return type from String to java.lang.String.
Reads the first line of this source as a string.
T extends Object readLines(LineProcessor<T>) Change in return type from T to (T extends Object).
Reads lines of text from this source, processing each line as it is read using the given processor.