Revision: 17465
          http://sourceforge.net/p/gate/code/17465
Author:   markagreenwood
Date:     2014-02-27 09:44:39 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
a little generics stuff

Modified Paths:
--------------
    gate/trunk/src/main/gate/Factory.java

Modified: gate/trunk/src/main/gate/Factory.java
===================================================================
--- gate/trunk/src/main/gate/Factory.java       2014-02-27 08:23:15 UTC (rev 
17464)
+++ gate/trunk/src/main/gate/Factory.java       2014-02-27 09:44:39 UTC (rev 
17465)
@@ -215,7 +215,7 @@
       throw new ResourceInstantiationException(msg.toString());
     }
     // get the default implementation class
-    Class resClass = null;
+    Class<? extends Resource> resClass = null;
     try {
       resClass = resData.getResourceClass();
     } catch(ClassNotFoundException e) {

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to