Revision: 17589
          http://sourceforge.net/p/gate/code/17589
Author:   markagreenwood
Date:     2014-03-08 08:13:46 +0000 (Sat, 08 Mar 2014)
Log Message:
-----------
removed the redundant cast

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/dumpingPR/DumpingPR.java

Modified: gate/trunk/src/main/gate/creole/dumpingPR/DumpingPR.java
===================================================================
--- gate/trunk/src/main/gate/creole/dumpingPR/DumpingPR.java    2014-03-08 
07:50:36 UTC (rev 17588)
+++ gate/trunk/src/main/gate/creole/dumpingPR/DumpingPR.java    2014-03-08 
08:13:46 UTC (rev 17589)
@@ -345,7 +345,7 @@
         as.add(annot.getId(),
             annot.getStartNode().getOffset(),
             annot.getEndNode().getOffset(),
-            (String) renameMap.get(annot.getType()),
+            renameMap.get(annot.getType()),
             annot.getFeatures());
       } catch (InvalidOffsetException ex) {
         throw new GateRuntimeException("DumpingPR: " + ex.getMessage());

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