Revision: 16695
          http://sourceforge.net/p/gate/code/16695
Author:   valyt
Date:     2013-05-24 15:39:50 +0000 (Fri, 24 May 2013)
Log Message:
-----------
Bugfix: level2 is better than level1, as any fule kno.

Modified Paths:
--------------
    mimir/trunk/plugins/db-h2/src/gate/mimir/db/DBSemanticAnnotationHelper.java

Modified: 
mimir/trunk/plugins/db-h2/src/gate/mimir/db/DBSemanticAnnotationHelper.java
===================================================================
--- mimir/trunk/plugins/db-h2/src/gate/mimir/db/DBSemanticAnnotationHelper.java 
2013-05-24 13:02:30 UTC (rev 16694)
+++ mimir/trunk/plugins/db-h2/src/gate/mimir/db/DBSemanticAnnotationHelper.java 
2013-05-24 15:39:50 UTC (rev 16695)
@@ -175,7 +175,7 @@
       mentionsSelectStmt.setLong(1, level1Id);
       if(level2Used) {
         if(level2Id != null) {
-          mentionsSelectStmt.setLong(2, level1Id);  
+          mentionsSelectStmt.setLong(2, level2Id);  
         } else {
           mentionsSelectStmt.setNull(2, Types.BIGINT);
         }

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to