Skip to content

Commit

Permalink
Merge pull request #42383 from Thevakumar-Luheerathan/fix-ballerina-l…
Browse files Browse the repository at this point in the history
…ang-pr-42291

Set compiler plugin cache `getData` api to package private
  • Loading branch information
azinneera authored Mar 26, 2024
2 parents aca0cc0 + a0fe00c commit 9141e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public CompilerPluginCache() {
* @param key compiler plugin id
* @return data holder map for the plugin
*/
public Map<String, Object> getData(String key) {
Map<String, Object> getData(String key) {
if (!pluginMap.containsKey(key)) {
pluginMap.put(key, new HashMap<>());
}
Expand Down

0 comments on commit 9141e6b

Please sign in to comment.