EnvisEdge
EnvisEdge copied to clipboard
added doc for RealTimeGraphQuery Actor
Description
This PR adds inline documentation to the scala_core/src/main/scala/org/nimbleedge/envisedge/RealTimeGraphQuery.scala file.
Relevant Issue
Issue #130
Checklist
- [x] I have followed the Contribution Guidelines and Code of Conduct
- [x] I have commented my code following the NimbleEdge Styleguide
Deploy Preview for goofy-agnesi-4565cb canceled.
Name | Link |
---|---|
Latest commit | 102bfee34e3a06705d5eb342a9e8a0fea0105206 |
Latest deploy log | https://app.netlify.com/sites/goofy-agnesi-4565cb/deploys/63157fc75466c700080584fb |
@bashirk Apart from a small change. Content-wise, it's looking good. But it needs a few modifications like:
- In scala, we write the inline comments before the functions, method, or class. So, please follow it.
Thanks