Revision: 19883 http://sourceforge.net/p/gate/code/19883 Author: markagreenwood Date: 2016-12-20 22:38:09 +0000 (Tue, 20 Dec 2016) Log Message: ----------- minor code cleanup
Modified Paths: -------------- gate/branches/sawdust2/plugins/Schema_Tools/src/main/java/gate/gui/schema/SimpleSchemaViewer.java Modified: gate/branches/sawdust2/plugins/Schema_Tools/src/main/java/gate/gui/schema/SimpleSchemaViewer.java =================================================================== --- gate/branches/sawdust2/plugins/Schema_Tools/src/main/java/gate/gui/schema/SimpleSchemaViewer.java 2016-12-20 14:00:56 UTC (rev 19882) +++ gate/branches/sawdust2/plugins/Schema_Tools/src/main/java/gate/gui/schema/SimpleSchemaViewer.java 2016-12-20 22:38:09 UTC (rev 19883) @@ -48,6 +48,9 @@ @CreoleResource(name = "Simple Schema Viewer", interfaceName = "gate.VisualResource", comment = "A Simple Annotation Schema Viewer", resourceDisplayed = "gate.creole.AnnotationSchema", mainViewer = true, guiType = GuiType.LARGE) public class SimpleSchemaViewer extends AbstractVisualResource implements ANNIEConstants { + + private static final long serialVersionUID = 2380665268966434021L; + private JTextPane textArea; @Override @@ -55,6 +58,9 @@ setLayout(new BorderLayout()); textArea = new JTextPane() { + + private static final long serialVersionUID = 3279170264365877569L; + { this.setEditorKitForContentType("text/xml", new XmlEditorKit()); this.setContentType("text/xml"); @@ -87,6 +93,8 @@ class XmlEditorKit extends StyledEditorKit { + private static final long serialVersionUID = -2806452598445890716L; + private ViewFactory xmlViewFactory; public XmlEditorKit() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs