This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 39ec8fd43 [DOCS] Fix spelling and rename file (#1620)
39ec8fd43 is described below

commit 39ec8fd43878f1f200d6bf91c07b9344f560de74
Author: John Bampton <[email protected]>
AuthorDate: Fri Oct 11 23:00:00 2024 +1000

    [DOCS] Fix spelling and rename file (#1620)
---
 .../sedona/viz/extension/photoFilter/{Embose.java => Emboss.java} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Embose.java
 
b/spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Emboss.java
similarity index 91%
rename from 
spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Embose.java
rename to 
spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Emboss.java
index 8c3e28a1f..2f5437fb5 100644
--- 
a/spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Embose.java
+++ 
b/spark/common/src/main/java/org/apache/sedona/viz/extension/photoFilter/Emboss.java
@@ -22,11 +22,11 @@ import org.apache.sedona.viz.core.PhotoFilter;
 
 // TODO: Auto-generated Javadoc
 
-/** The Class Embose. */
-public class Embose extends PhotoFilter {
+/** The Class Emboss. */
+public class Emboss extends PhotoFilter {
 
-  /** Instantiates a new embose. */
-  public Embose() {
+  /** Instantiates a new emboss. */
+  public Emboss() {
     super(1);
     this.convolutionMatrix[0][0] = -2.0;
     this.convolutionMatrix[1][0] = -1.0;

Reply via email to