rabbah commented on a change in pull request #2605: experimental web apigw
cleanup
URL:
https://github.com/apache/incubator-openwhisk/pull/2605#discussion_r132805060
##########
File path:
core/controller/src/main/scala/whisk/core/controller/WebActions.scala
##########
@@ -74,14 +74,6 @@ protected[controller] sealed class WebApiDirectives private
(prefix: String) {
protected[controller] object WebApiDirectives {
Review comment:
i suggest you remove this singleton object - and change the constructor for
WebApiDirectives:
```
protected[controller] sealed class WebApiDirectives private (prefix: String
= "__ow_") {
```
----------------------------------------------------------------
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