Revision: 17615 http://sourceforge.net/p/gate/code/17615 Author: markagreenwood Date: 2014-03-10 11:10:08 +0000 (Mon, 10 Mar 2014) Log Message: ----------- returning the component rather than this makes more sense and also future proofs us against changes to the superclass
Modified Paths: -------------- gate/trunk/src/main/gate/gui/BooleanRenderer.java Modified: gate/trunk/src/main/gate/gui/BooleanRenderer.java =================================================================== --- gate/trunk/src/main/gate/gui/BooleanRenderer.java 2014-03-10 11:03:05 UTC (rev 17614) +++ gate/trunk/src/main/gate/gui/BooleanRenderer.java 2014-03-10 11:10:08 UTC (rev 17615) @@ -39,6 +39,6 @@ component.setIcon(null); } - return this; + return component; }// public Component getTableCellRendererComponent }// class BooleanRenderer extends DefaultTableCellRenderer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs