Skip to content

Commit 801c32e

Browse files
authored
review changes
1 parent 1d6347f commit 801c32e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • core-java-modules/core-java-concurrency-advanced-3/src/main/java/com/baeldung/async

core-java-modules/core-java-concurrency-advanced-3/src/main/java/com/baeldung/async/JavaAsync.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public static long factorialUsingEAAsync(int number) {
127127
}
128128

129129
/**
130-
*
131130
* Finds factorial of a number using Async of Cactoos
132131
* @param number
133132
* @return
@@ -170,7 +169,6 @@ public Long call() {
170169
}
171170

172171
/**
173-
*
174172
* Finds factorial of a number using @Async of jcabi-aspects
175173
* @param number
176174
* @return

0 commit comments

Comments
 (0)