Revision: 19756
http://sourceforge.net/p/gate/code/19756
Author: markagreenwood
Date: 2016-11-19 01:55:44 +0000 (Sat, 19 Nov 2016)
Log Message:
-----------
some more class hierarchy clean up
Modified Paths:
--------------
gate/branches/sawdust2/gate-core/src/main/java/gate/DocumentFormat.java
gate/branches/sawdust2/gate-core/src/main/java/gate/swing/JTreeTable.java
Modified:
gate/branches/sawdust2/gate-core/src/main/java/gate/DocumentFormat.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/DocumentFormat.java
2016-11-18 19:18:15 UTC (rev 19755)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/DocumentFormat.java
2016-11-19 01:55:44 UTC (rev 19756)
@@ -50,7 +50,7 @@
* format class for a particular document.
*/
public abstract class DocumentFormat
-extends AbstractLanguageResource implements LanguageResource{
+extends AbstractLanguageResource {
private static final long serialVersionUID = 4147880563349143923L;
Modified:
gate/branches/sawdust2/gate-core/src/main/java/gate/swing/JTreeTable.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/swing/JTreeTable.java
2016-11-18 19:18:15 UTC (rev 19755)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/swing/JTreeTable.java
2016-11-19 01:55:44 UTC (rev 19756)
@@ -150,8 +150,7 @@
* The editor used to edit the nodes in the tree. It only forwards the
* requests to the tree's editor.
*/
- class TreeTableCellEditor extends DefaultCellEditor
- implements TableCellEditor {
+ class TreeTableCellEditor extends DefaultCellEditor {
TreeTableCellEditor(){
super(new JTextField());
//placeHolder = new PlaceHolder();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs