Skip to content

Commit 59a4834

Browse files
Update NewMath.java
1 parent 54a6bee commit 59a4834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/codacy/utils/NewMath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class NewMath {
44

55
private int magicNumber;
66

7-
public Math(int magicNumber) {
7+
public NewMath(int magicNumber) {
88
this.magicNumber = magicNumber;
99
}
1010

0 commit comments

Comments
 (0)