| Author | djarvis <email> |
|---|---|
| Date | 2016-12-29 12:09:38 GMT-0800 |
| Commit | ff7c7434ab2beb819bbb86797640cb3510c8afc8 |
| Parent | 966ba87 |
| final TreeItem<String> node = getCurrentNode(); | ||
| - if( !node.isLeaf() ) { | ||
| + if( node != null && !node.isLeaf() ) { | ||
| final String word = getLastPathWord(); | ||
| final String label = node.getValue(); |
| Delta | 1 line added, 1 line removed |
|---|