Skip to content

Commit 6aee76c

Browse files
committed
fix checkstyle
Signed-off-by: salaboy <[email protected]>
1 parent 7d6664c commit 6aee76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dapr-spring/dapr-spring-workflows/src/main/java/io/dapr/spring/workflows/config/DaprWorkflowsConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public DaprWorkflowsConfiguration(WorkflowRuntimeBuilder workflowRuntimeBuilder)
2626

2727
/**
2828
* Register workflows and activities to the workflowRuntimeBuilder.
29+
* @param applicationContext Spring Application Context
2930
*/
3031
public void registerWorkflowsAndActivities(ApplicationContext applicationContext) {
3132
LOGGER.info("Registering Dapr Workflows and Activities");

0 commit comments

Comments
 (0)