2016-10-06 9:48 GMT+02:00 Greg Huber <[email protected]>: > For the HttpParameters ParameterAware change > > private Map<String, Object> params = Collections.emptyMap(); > ... > setParameters(HttpParameters parameters) { > this.params = parameters.toMap(); > } > > and use as before? (although it was a String, String[]).
Hm... good point, maybe it makes sense revert it back to "String, String[]" to avoid conflicts and add a new interface when you want to use HttpParameters, wdyt? Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
