Skip to content

Commit e1389de

Browse files
committed
SuppressWarnings
1 parent 7615d93 commit e1389de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/org/asynchttpclient/request/body/multipart/part/FileMultipartPart.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class FileMultipartPart extends FileLikeMultipartPart<FilePart> {
3131
private final long length;
3232
private long position = 0L;
3333

34+
@SuppressWarnings("resource")
3435
public FileMultipartPart(FilePart part, byte[] boundary) {
3536
super(part, boundary);
3637
try {

0 commit comments

Comments
 (0)