> @@ -75,6 +74,12 @@ public Object execute(CommandSession session) throws
> Exception {
> return null;
> }
> }
> +
> + private void initShellTableFactory(){
> + if (shellTableFactory == null){
`null) {`. And add a comment to say that this is not thread safe but that's
accepted?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/18/files#r5092285
