Skip to content

Commit

Permalink
Merge pull request #1317 from CloudSlang/fixWebappBuild
Browse files Browse the repository at this point in the history
Update SlangEntitiesSpringConfig.java
  • Loading branch information
sashutosh authored Jul 5, 2021
2 parents 168d45c + a526107 commit d4937bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void setApplicationContext(ApplicationContext localApplicationContext) th
applicationContext = localApplicationContext;
}

@Bean
@Bean("dummyEncryptor1")
public DummyEncryptor dummyEncryptor() {
return new DummyEncryptor();
}
Expand Down

0 comments on commit d4937bd

Please sign in to comment.