Revision: 16790
          http://sourceforge.net/p/gate/code/16790
Author:   markagreenwood
Date:     2013-08-15 18:15:28 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
removed an unused variable

Modified Paths:
--------------
    gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/LemmaImpl.java

Modified: 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/LemmaImpl.java
===================================================================
--- 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/LemmaImpl.java    
    2013-08-15 18:11:49 UTC (rev 16789)
+++ 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/LemmaImpl.java    
    2013-08-15 18:15:28 UTC (rev 16790)
@@ -171,7 +171,6 @@
    */
   private void add2Suffixes(String prefix) {
     if (prefix == null || prefix.length()==0) return;
-    Map suffixVsTypeNew =  new HashMap();
 
     Iterator ki = typeVsSuffix.keySet().iterator();
     String type;
@@ -236,6 +235,8 @@
     if (!l2.getTypes().equals(this.getTypes())) return false;
     return true;
   } // equals(obj)
+  
+  
 
   /**Get the suffix nest associated with this lemma.
    * @return the nest */

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to