Skip to content

Commit 9d87b9a

Browse files
author
Stephane Landelle
committed
minor clean up
1 parent dc8e3a8 commit 9d87b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/multipart/ByteArrayPart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public ByteArrayPart(String name, byte[] bytes, String contentType, String chars
4747
this.bytes = bytes;
4848
setFileName(fileName);
4949
}
50-
50+
5151
@Override
5252
protected void sendData(OutputStream out) throws IOException {
5353
out.write(bytes);

0 commit comments

Comments
 (0)