Revert comment change

This commit is contained in:
Fabio Berger
2018-11-09 23:15:34 +01:00
parent 3980bf39a9
commit 53d0f5b98e

View File

@@ -113,7 +113,7 @@ export class OrderValidationUtils {
}
/**
* Instantiate OrderValidationUtils
* @param orderFilledCancelledFetcher A module that implements the AbstractOrderInfoFetcher
* @param orderFilledCancelledFetcher A module that implements the AbstractOrderFilledCancelledFetcher
* @return An instance of OrderValidationUtils
*/
constructor(orderFilledCancelledFetcher: AbstractOrderFilledCancelledFetcher) {