We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405c34a commit b11a240Copy full SHA for b11a240
1 file changed
src/main/java/org/apache/commons/io/IOUtils.java
@@ -894,7 +894,6 @@ public static long consume(final Reader input) throws IOException {
894
* @param input2 the second stream
895
* @return true if the content of the streams are equal or they both don't
896
* exist, false otherwise
897
- * @throws NullPointerException if either input is null
898
* @throws IOException if an I/O error occurs
899
*/
900
public static boolean contentEquals(final InputStream input1, final InputStream input2) throws IOException {
0 commit comments