Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent 35a341e473
commit 2331976238
168 changed files with 230 additions and 237 deletions

View File

@@ -31,7 +31,7 @@ namespace actions {
namespace transformations {
std::string Md5::evaluate(const std::string &value,
std::string Md5::execute(const std::string &value,
Transaction *transaction) {
std::string ret = Utils::Md5::digest(value);