Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/792#discussion_r143555210
--- Diff:
metron-analytics/metron-maas-common/src/main/java/org/apache/metron/maas/discovery/ServiceDiscoverer.java
---
@@ -329,7 +324,7 @@ public ModelEndpoint getEndpoint(Model model) {
* List all endpoints for a given model.
*
* @param model
- * @return
+ * @return ret
--- End diff --
Can you make this more descriptive? e.g. Mapping of models to a respective
list of endpoints.
---