Skip to content

Commit d307412

Browse files
authored
Update Example2.java
1 parent 92d0816 commit d307412

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/java/applications/threading/Example2.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
/**
88
* Category: Threading
99
* ID: Example2
10-
* Description: Implement trapezoid rule in action
11-
* Taken From: Code from the book Modern Java in Action 2nd Edition
12-
*
10+
* Description: Implement trapezoid rule using threads
11+
* Taken From:
1312
* Details:
14-
*
15-
*
13+
* TODO
1614
*/
1715

1816
public class Example2 {

0 commit comments

Comments
 (0)