Skip to content
Snippets Groups Projects
Commit 9697b917 authored by Kelly Zhou's avatar Kelly Zhou
Browse files

removed unnecessary return line

parent 633a0205
No related branches found
No related tags found
1 merge request!585Update ORDC local cache to include data partition information
Pipeline #156020 passed with warnings
......@@ -128,7 +128,6 @@ public class LegalServiceImpl implements ILegalService {
LegalTagProperties legalTagProperties = legalService.getLegalTagProperties();
Set<String> validCountryCodeSet = legalTagProperties.getOtherRelevantDataCountries().keySet();
validCountryCodes.put(dataPartitionId, validCountryCodeSet);
return validCountryCodeSet;
} catch (LegalException e) {
throw new AppException(e.getHttpResponse().getResponseCode(), "Error getting legal tag properties",
"An unexpected error occurred when getting legal tag properties", e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment