Skip to content

Commit f4e275e

Browse files
committed
Fix deprecation warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1470214 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4f84528 commit f4e275e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/DemuxTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private String getOutput( final String threadName )
5555
m_outputMap.get( threadName );
5656
assertNotNull( "getOutput()", output );
5757

58-
return output.toString();
58+
return output.toString(Charsets.UTF_8);
5959
}
6060

6161
private String getInput( final String threadName )

0 commit comments

Comments
 (0)