INT-3746: Fix exception message

This commit is contained in:
Gary Russell
2019-07-23 13:02:37 -04:00
parent 4258da8dea
commit 79d7d3a451

View File

@@ -500,7 +500,7 @@ public class RemoteFileTemplate<F> implements RemoteFileOperations<F>, Initializ
}
else {
throw new IllegalArgumentException("Unsupported payload type. The only supported payloads are " +
"java.io.File, java.lang.String, and byte[]");
"java.io.File, java.lang.String, byte[], and InputStream");
}
if (dataInputStream == null) {
return null;