Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56e449e

Browse files
author
Stephane Landelle
committed
dead code
1 parentf6a2a01 commit56e449e

File tree

1 file changed

+0
-10
lines changed
  • src/main/java/com/ning/http/multipart

1 file changed

+0
-10
lines changed

‎src/main/java/com/ning/http/multipart/Part.java‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -495,16 +495,6 @@ public static void sendPart(OutputStream out, Part part, byte[] partBoundary) th
495495
part.send(out);
496496
}
497497

498-
/**
499-
* Return the total sum of all parts and that of the last boundary
500-
*
501-
* @param parts The parts.
502-
* @return The total length
503-
*/
504-
publicstaticlonggetLengthOfParts(Part[]parts) {
505-
returngetLengthOfParts(parts,DEFAULT_BOUNDARY_BYTES);
506-
}
507-
508498
/**
509499
* Gets the length of the multipart message including the given parts.
510500
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp