Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/792#discussion_r143554825 --- Diff: metron-analytics/metron-maas-common/src/main/java/org/apache/metron/maas/discovery/ServiceDiscoverer.java --- @@ -219,7 +214,7 @@ public void unregisterByContainer(String containerIdRaw) { * Retrieve the endpoints for a given model. A model may or may not have a version associated with it. * If the version is missing, then all endpoints are returned associated with that model name. * @param model - * @return + * @return state --- End diff -- endpoints would probably be more descriptive
---