spmallette opened a new pull request, #3618: URL: https://github.com/apache/tinkerpop/pull/3618
The `[source,java]` example in the *Graph Filter* section of `docs/src/reference/the-graphcomputer.asciidoc` called `graph.computer()`, which is not a method on the `Graph` interface (`Graph` exposes `compute()` and `compute(Class)`). The correct OLAP entry point is `graph.compute()`, as used by every other example on the same page. This one-word fix corrects `graph.computer()` to `graph.compute()` so a reader copying the snippet gets valid code. No other lines are changed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
