Revision: 17637
          http://sourceforge.net/p/gate/code/17637
Author:   markagreenwood
Date:     2014-03-12 09:20:08 +0000 (Wed, 12 Mar 2014)
Log Message:
-----------
another generics change

Modified Paths:
--------------
    gate/trunk/src/main/gate/email/EmailDocumentHandler.java

Modified: gate/trunk/src/main/gate/email/EmailDocumentHandler.java
===================================================================
--- gate/trunk/src/main/gate/email/EmailDocumentHandler.java    2014-03-12 
07:23:51 UTC (rev 17636)
+++ gate/trunk/src/main/gate/email/EmailDocumentHandler.java    2014-03-12 
09:20:08 UTC (rev 17637)
@@ -56,7 +56,7 @@
     */
   public EmailDocumentHandler( gate.Document aGateDocument,
                                Map  aMarkupElementsMap,
-                               Map  anElement2StringMap
+                               Map<String,String>  anElement2StringMap
                               ) {
 
     gateDocument = aGateDocument;
@@ -642,7 +642,7 @@
   private Map  markupElementsMap = null;
 
   // this map marks the elements after we want to insert some strings
-  private Map element2StringMap = null;
+  private Map<String,String> element2StringMap = null;
 
   // listeners for status report
   protected List<StatusListener> myStatusListeners = new 
LinkedList<StatusListener>();

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/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to