Skip to content

Commit

Permalink
Update NewMath.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy authored Jan 9, 2025
1 parent 54a6bee commit 59a4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/codacy/utils/NewMath.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class NewMath {

private int magicNumber;

public Math(int magicNumber) {
public NewMath(int magicNumber) {
this.magicNumber = magicNumber;
}

Expand Down

0 comments on commit 59a4834

Please sign in to comment.