Skip to content

Commit fc34774

Browse files
Fixing Java Doc issue
1 parent 8ee6d99 commit fc34774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/com/marklogic/hub/web/service/FlowJobService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void destroy() {
7575
* Get all the jobs for a list of flows
7676
* @param flows a list of flows
7777
* @param parentSpan parent span
78-
* @return a map (k,v) => (flowname, flowjobs)
78+
* @return a map (k,v) as (flowname, flowjobs)
7979
*/
8080
public Map<String, FlowJobs> getFlowJobs(List<Flow> flows, Span parentSpan) {
8181
Span span = JaegerConfig.buildSpanFromMethod(new Object() {}, parentSpan)

0 commit comments

Comments
 (0)