Skip to content

Commit 9ab16c3

Browse files
Yakov Feldmanyakov-feldman
authored andcommitted
DHFPROD-7046:Fix issues with javadocs
1 parent 9902cd3 commit 9ab16c3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

marklogic-data-hub-central/src/main/java/com/marklogic/hub/central/controllers/FlowController.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,7 @@ public ResponseEntity<RunFlowResponse> runStep(@PathVariable String flowName, @P
127127
return ResponseEntity.ok(runFlowResponse);
128128
}
129129

130-
/**
131-
* Included for testing purposes.
132-
*
133-
* @return
134-
*/
135-
130+
//Included for testing purposes.
136131
public void setFlowRunnerConsumer(Consumer<FlowRunner> flowRunnerConsumer) {
137132
this.flowRunnerConsumer = flowRunnerConsumer;
138133
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.apache.commons.lang3.StringUtils;
2929
import org.slf4j.Logger;
3030
import org.slf4j.LoggerFactory;
31+
import org.springframework.beans.factory.BeanFactoryAware;
3132
import org.springframework.beans.factory.DisposableBean;
3233
import org.springframework.beans.factory.InitializingBean;
3334
import org.springframework.beans.factory.annotation.Autowired;

0 commit comments

Comments
 (0)