Skip to content

Commit 5a2d6c2

Browse files
committed
private internals
1 parent 17fab9f commit 5a2d6c2

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)