review changes

This commit is contained in:
Anshul Bansal
2020-01-06 10:49:41 +02:00
committed by GitHub
parent 1d6347faa3
commit 801c32e0f6

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