Remove old TODO because relevant refactoring was approved

This commit is contained in:
ghubstan 2021-07-12 11:39:53 -03:00
parent 1992bcb1c0
commit 622f7e9add
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -39,11 +39,6 @@ import bisq.cli.GrpcClient;
/**
* Convenience GrpcClient wrapper for bots using gRPC services.
*
* TODO Consider if the duplication smell is bad enough to force a BotClient user
* to use the GrpcClient instead (and delete this class). But right now, I think it is
* OK because moving some of the non-gRPC related methods to GrpcClient is even smellier.
*
*/
@SuppressWarnings({"JavaDoc", "unused"})
@Slf4j