Remove the deprecated from readString(InputStream, Charset)
I believe it was copied from the previous overload.
This commit is contained in:
parent
2336e97bf0
commit
fa97c2419e
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ public final class StreamUtil {
|
||||||
* @param charset Charset used to decode the input stream
|
* @param charset Charset used to decode the input stream
|
||||||
* @return String representation of the input stream contents decoded using given charset
|
* @return String representation of the input stream contents decoded using given charset
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @deprecated Use {@link #readString(java.io.InputStream, java.nio.charset.Charset)} variant.
|
|
||||||
*/
|
*/
|
||||||
public static String readString(InputStream in, Charset charset) throws IOException
|
public static String readString(InputStream in, Charset charset) throws IOException
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue