Skip to content

Commit

Permalink
fix NPE.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangqian committed Jul 17, 2014
1 parent 518f722 commit da38a88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public CellEditor[] getEditors( Table table )
// editors[0] = new TextCellEditor( table );
// editors[1] = new TextCellEditor( table );
// }
return null;
return new CellEditor[0];
}

/*
Expand Down

0 comments on commit da38a88

Please sign in to comment.