Revision: 17846
http://sourceforge.net/p/gate/code/17846
Author: markagreenwood
Date: 2014-04-16 16:34:04 +0000 (Wed, 16 Apr 2014)
Log Message:
-----------
stupid eclipse messing up my deprecation work around, naughty software
Modified Paths:
--------------
gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/ClassNode.java
Modified:
gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/ClassNode.java
===================================================================
--- gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/ClassNode.java
2014-04-16 15:41:56 UTC (rev 17845)
+++ gate/trunk/plugins/Ontology_Tools/src/com/ontotext/gate/vr/ClassNode.java
2014-04-16 16:34:04 UTC (rev 17846)
@@ -8,7 +8,6 @@
import gate.creole.ontology.OInstance;
import gate.creole.ontology.OURI;
import gate.creole.ontology.Ontology;
-import gate.creole.ontology.OntologyUtilities;
import gate.util.GateRuntimeException;
import java.awt.datatransfer.DataFlavor;
@@ -202,7 +201,7 @@
if (null != turl) {
Ontology o2 = null;
try {
- o2 =
OntologyUtilities.getOntology(turl);
+ o2 =
gate.creole.ontology.OntologyUtilities.getOntology(turl);
} catch
(gate.creole.ResourceInstantiationException x) {
}
if (o2 != null && o2.equals(o)) {
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/NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs