avenuthom commented on issue #6334:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6334#issuecomment-2852155370

   It would seem that it would be a good idea to use a getter on LazyHolder.
   
   private static KieServices INSTANCE;
   
   ```
   public static synchronized KieServices getInstance() {
       return INSTANCE == null ? INSTANCE = KieService.load(KieServices.class) 
: INSTANCE;
   }
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to