Revision: 14913
          http://gate.svn.sourceforge.net/gate/?rev=14913&view=rev
Author:   valyt
Date:     2012-01-06 16:17:58 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
DSReg contains datastores.

Modified Paths:
--------------
    gate/trunk/src/gate/DataStoreRegister.java

Modified: gate/trunk/src/gate/DataStoreRegister.java
===================================================================
--- gate/trunk/src/gate/DataStoreRegister.java  2012-01-06 16:08:13 UTC (rev 
14912)
+++ gate/trunk/src/gate/DataStoreRegister.java  2012-01-06 16:17:58 UTC (rev 
14913)
@@ -29,7 +29,7 @@
 /**
  * Records all the open DataStores.
  */
-public class DataStoreRegister extends HashSet {
+public class DataStoreRegister extends HashSet<DataStore> {
   private static final long serialVersionUID = 1L;
 
   /**
@@ -64,7 +64,7 @@
    * Adds the specified element to this set if it is not already present.
    * Overriden here for event registration code.
    */
-  public boolean add(Object o) {
+  public boolean add(DataStore o) {
     return super.add(o);
   } // add
 

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to