Skip to content

Commit

Permalink
Corrected javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunstorey committed Nov 7, 2023
1 parent b10f504 commit fe465e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public BodyPart(String name, byte[] data, String contentType, String filename) {
/**
* Constructs a BodyPart
* @param name see {@link BodyPart#getName()}
* @param inputStream see {@link BodyPart#getData()}
* @param inputStream see {@link BodyPart#getInputStream()} ()}
* @param contentType see {@link BodyPart#getContentType()}
* @param filename see {@link BodyPart#getFilename()}
*/
Expand Down

0 comments on commit fe465e7

Please sign in to comment.