Author: mrdon
Date: Mon Apr 21 06:37:21 2008
New Revision: 650141

URL: http://svn.apache.org/viewvc?rev=650141&view=rev
Log:
Adding generics to ApplicationAware
WW-2581

Modified:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ApplicationAware.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ApplicationAware.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ApplicationAware.java?rev=650141&r1=650140&r2=650141&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ApplicationAware.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ApplicationAware.java
 Mon Apr 21 06:37:21 2008
@@ -38,5 +38,5 @@
      *
      * @param application a Map of application properties.
      */
-    public void setApplication(Map application);
+    public void setApplication(Map<String,Object> application);
 }


Reply via email to