Skip to content

Commit

Permalink
Follow-up to 94c63db: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jul 19, 2024
1 parent d1246ff commit d0a87aa
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ protected String getMIMEType() {
return "image/jpeg";
}

/**
* Template method for building the JPEG input stream.
*/
protected InputStream buildInputStream(ByteArrayOutputStream bos) {
return new ByteArrayInputStream(bos.toByteArray());
}

/**
* Compares the streams of the two images
*
Expand Down

0 comments on commit d0a87aa

Please sign in to comment.