markusthoemmes commented on a change in pull request #2218: Port Controller
from Spray to Akka
URL:
https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r127581660
##########
File path:
core/controller/src/main/scala/whisk/core/controller/WebActions.scala
##########
@@ -96,7 +105,7 @@ private case class Context(
// returns true iff the attached query and body parameters contain a
property
// that conflicts with the given reserved parameters
- def overrides(reservedParams: Set[String]): Set[String] = {
+ def overrides(reservedParams: scala.collection.Set[String]):
scala.collection.Set[String] = {
Review comment:
Why not use the immutable variant?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services