165166167168169170171172173174175
synchronized ( this ) { n = this.node; } if (n != null) { try { n.destroy(); } catch ( IOException ex ) { Exceptions.printStackTrace( ex ); } } }