> Whether needing to re-consider the modification way?

If I understand @iocanel's comment correctly, please extract the multiple 
invocations of
```
if (shellTableFactory == null){
  shellTableFactory = new PropertyShellTableFactory();
}
```
into an `initShellTableFactory` or similar method in the base class and then 
call that method from the child classes. Also, is there some way to avoid 
having to call this on _each_ execution?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/18#issuecomment-20620630

Reply via email to