Skip to content

Commit 80ff5e0

Browse files
committed
fix checkstyle
1 parent 49c9e36 commit 80ff5e0

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)