Skip to content

Commit e428a87

Browse files
CSEWORKSHOP: comment added
1 parent 1010501 commit e428a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/it/uom/cse/MathOperation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import java.util.Arrays;
44

5-
5+
/**
6+
* This class is math oparations*/
67
public class MathOperation {
78

89
public static double add(double... operands)

0 commit comments

Comments
 (0)