You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/06 17:33:30 UTC

[GitHub] dubeejw commented on a change in pull request #2675: Added changes for classes and variables casing to be get exported and can be used in other places

dubeejw commented on a change in pull request #2675: Added changes for classes and variables casing to be get exported and can be used in other places
URL: https://github.com/apache/incubator-openwhisk/pull/2675#discussion_r137336031
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/qualified_name.go
 ##########
 @@ -28,7 +28,7 @@ type QualifiedName struct {
     namespace   string  // namespace. does not include leading '/'.  may be "" (i.e. default namespace)
     packageName string  // package.  may be "".  does not include leading/trailing '/'
     entity      string  // entity.  should not be ""
-    entityName  string  // pkg+entity
+    EntityName  string  // pkg+entity
 
 Review comment:
   Hmm, not sure I understand this change.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services