Generated by
JDiff

Class com.google.common.io.Resources

Changed Methods
InputSupplier<InputStream> newInputStreamSupplier(URL) Now deprecated.
Use {@link #asByteSource(URL)} instead.
InputSupplier<InputStreamReader> newReaderSupplier(URL, Charset) Now deprecated.
Use {@link #asCharSource(URL, Charset)} instead.