Author: thorsten
Date: Thu Oct 2 05:03:05 2008
New Revision: 701098
URL: http://svn.apache.org/viewvc?rev=701098&view=rev
Log:
Using generics
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java?rev=701098&r1=701097&r2=701098&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
Thu Oct 2 05:03:05 2008
@@ -187,7 +187,7 @@
* @param propertyValue
* @throws XMLStreamException
*/
- protected void addProperties(XMLStreamReader reader, HashMap param,
+ protected void addProperties(XMLStreamReader reader, HashMap<String, Object>
param,
String propertyName, String propertyValue,boolean allowXmlProperties)
throws XMLStreamException {
/*
* if we are in allowXmlProperties mode then