Gabriele Contini
2019-10-19 1555e5475cf1083249f4218dd3da2b9542aaba26
src/library/locate/LocatorStrategy.cpp
@@ -14,7 +14,7 @@
namespace locate {
using namespace std;
const string LocatorStrategy::retrieveLicense(
const string LocatorStrategy::retrieve_license_content(
      const string &licenseLocation) const {
   return get_file_contents(licenseLocation.c_str(), MAX_LICENSE_LENGTH);
}