Skip to content

Commit 647cef2

Browse files
committed
Merge branch 'BAEL-3596_Asynchronous_Method_Calls_in_Java' of https://github.com/SmartyAnsh/tutorials into BAEL-3596_Asynchronous_Method_Calls_in_Java
2 parents 89f3dd5 + 801c32e commit 647cef2

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)