Revision: 17509
          http://sourceforge.net/p/gate/code/17509
Author:   markagreenwood
Date:     2014-03-03 14:13:44 +0000 (Mon, 03 Mar 2014)
Log Message:
-----------
supress the deprecation warnings as we know we are using deprecated calls as 
there is no workable replacement

Modified Paths:
--------------
    gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java

Modified: gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java
===================================================================
--- gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java        
2014-03-03 13:51:44 UTC (rev 17508)
+++ gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/Gaze.java        
2014-03-03 14:13:44 UTC (rev 17509)
@@ -1912,7 +1912,8 @@
   /** Reacts on all Load Ontology actions performed either
    *  through the menu, wither through the load buton. */
   class OntologyLoadListener implements ActionListener {
-        public void actionPerformed(ActionEvent e) {
+    @SuppressWarnings("deprecation")    
+    public void actionPerformed(ActionEvent e) {
           JFileChooser chooser = MainFrame.getFileChooser();
           chooser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to