Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 29, 2023
1 parent 7dcf2cf commit cf8417c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AttachmentDataSource implements DataSource
* @param is the InputStream
* @param type the MIME type
*/
public AttachmentDataSource(final nputStream is, final String type)
public AttachmentDataSource(final InputStream is, final String type)
{
this.is = is;
this.type = type;
Expand Down

0 comments on commit cf8417c

Please sign in to comment.