We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee6d99 commit fc34774Copy full SHA for fc34774
web/src/main/java/com/marklogic/hub/web/service/FlowJobService.java
@@ -75,7 +75,7 @@ public void destroy() {
75
* Get all the jobs for a list of flows
76
* @param flows a list of flows
77
* @param parentSpan parent span
78
- * @return a map (k,v) => (flowname, flowjobs)
+ * @return a map (k,v) as (flowname, flowjobs)
79
*/
80
public Map<String, FlowJobs> getFlowJobs(List<Flow> flows, Span parentSpan) {
81
Span span = JaegerConfig.buildSpanFromMethod(new Object() {}, parentSpan)
0 commit comments