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

View File

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