Skip to content

Commit

Permalink
LPD-42640 TO DELETE - testing the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
magjed4289 committed Dec 30, 2024
1 parent 0c2bee5 commit 922629e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class ExtensionProviderRegistryImpl
public List<ExtensionProvider> getExtensionProviders(
long companyId, String className) {

System.out.println(companyId);

return TransformUtil.transformToList(
_serviceTracker.getServices(new ExtensionProvider[0]),
extensionProvider -> {
Expand Down

0 comments on commit 922629e

Please sign in to comment.