From 23cab2265e6ea1b970663101929cc863176ea3fb Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 23 Sep 2024 20:16:31 +1000 Subject: [PATCH] [DOCS] Update Java code comments --- .../java/org/apache/sedona/viz/core/BigBufferedImage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spark/common/src/main/java/org/apache/sedona/viz/core/BigBufferedImage.java b/spark/common/src/main/java/org/apache/sedona/viz/core/BigBufferedImage.java index f99702c31b..22d376745b 100644 --- a/spark/common/src/main/java/org/apache/sedona/viz/core/BigBufferedImage.java +++ b/spark/common/src/main/java/org/apache/sedona/viz/core/BigBufferedImage.java @@ -89,7 +89,7 @@ private BigBufferedImage( } /** - * Creates the. + * Creates the buffered image. * * @param width the width * @param height the height @@ -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