Merge branch 'BAEL-3596_Asynchronous_Method_Calls_in_Java' of https://github.com/SmartyAnsh/tutorials into BAEL-3596_Asynchronous_Method_Calls_in_Java

This commit is contained in:
Anshul BANSAL 2020-01-09 11:38:49 +02:00
commit 6dc3151c6b
1 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@ public class JavaAsync {
}
/**
*
* Finds factorial of a number using Async of Cactoos
* @param number
* @return
@ -170,7 +169,6 @@ public class JavaAsync {
}
/**
*
* Finds factorial of a number using @Async of jcabi-aspects
* @param number
* @return