Merge pull request #4037 from Nicologies/master

Remove the deprecated from readString(InputStream, Charset)
This commit is contained in:
Stian Thorgersen 2017-04-19 09:46:44 +02:00 committed by GitHub
commit 51eef9b8b3

View file

@ -53,7 +53,6 @@ public final class StreamUtil {
* @param charset Charset used to decode the input stream
* @return String representation of the input stream contents decoded using given charset
* @throws IOException
* @deprecated Use {@link #readString(java.io.InputStream, java.nio.charset.Charset)} variant.
*/
public static String readString(InputStream in, Charset charset) throws IOException
{