Skip to content

Commit

Permalink
LPS-205214 Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jan 7, 2024
1 parent 2382f71 commit 26da253
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ protected String doProcess(
return content;
}

private Properties _getPortalLanguageProperties(String absolutePath)
private synchronized Properties _getPortalLanguageProperties(
String absolutePath)
throws IOException {

String portalLanguagePropertiesFileName = getAttributeValue(
Expand Down

0 comments on commit 26da253

Please sign in to comment.