Generated by
JDiff

Class com.google.common.io.Files

Changed Methods
String readFirstLine(File, Charset) Change in return type from java.lang.String to String.
Prefer {@code asCharSource(file, charset).readFirstLine()}.