hey Peppe,

On 04.06.2018 14:41, jump-pilot-svn--- via Jump-pilot-devel wrote:
> -    public static EnableCheckFactory getInstance(){
> -      if (instance==null)
> -        instance = new 
> EnableCheckFactory(JUMPWorkbench.getInstance().getContext());
> -      return instance;
> +    public static EnableCheckFactory getInstance() {
> +        if (instance == null) {
> +            instance = new EnableCheckFactory(JUMPWorkbench.getInstance()
> +                    .getContext());
> +        }
> +        return instance;
>      }

are you aware of EnableCheckFactory.getInstance() which does exactly the above 
but on the level the whole OJ? ..ede

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to