Generated by
JDiff

Interface com.google.common.io.LineProcessor

Changed Methods
T getResult() Changed from non-abstract to abstract. Return the result of processing all the lines.
boolean processLine(String) Changed from non-abstract to abstract. This method will be called once for each line.