Skip to content

Commit

Permalink
[DOCS] Fix spelling and rename file (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 11, 2024
1 parent 678da00 commit 39ec8fd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

// 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;
Expand Down

0 comments on commit 39ec8fd

Please sign in to comment.