Skip to content

Commit

Permalink
[DOCS] Update Java code comments (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Sep 24, 2024
1 parent caf090d commit ec45de9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private BigBufferedImage(
}

/**
* Creates the.
* Creates the buffered image.
*
* @param width the width
* @param height the height
Expand All @@ -110,7 +110,7 @@ public static BufferedImage create(int width, int height, int imageType) {
}

/**
* Creates the.
* Creates the buffered image.
*
* @param inputFile the input file
* @param imageType the image type
Expand Down

0 comments on commit ec45de9

Please sign in to comment.