Skip to content

Commit da8049f

Browse files
committed
private internals
Signed-off-by: salaboy <[email protected]>
1 parent c89eee0 commit da8049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public DaprWorkflowsConfiguration(WorkflowRuntimeBuilder workflowRuntimeBuilder)
2828
* Register workflows and activities to the workflowRuntimeBuilder.
2929
* @param applicationContext Spring Application Context
3030
*/
31-
public void registerWorkflowsAndActivities(ApplicationContext applicationContext) {
31+
private void registerWorkflowsAndActivities(ApplicationContext applicationContext) {
3232
LOGGER.info("Registering Dapr Workflows and Activities");
3333
Map<String, Workflow> workflowBeans = applicationContext.getBeansOfType(Workflow.class);
3434
for (Workflow w : workflowBeans.values()) {

0 commit comments

Comments
 (0)