Skip to content

Commit 58404cb

Browse files
Data is modifed in config file
1 parent 7030a62 commit 58404cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/src/main/java/org/springframework/security/config/annotation/authentication/builders/AuthenticationManagerBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public AuthenticationManagerBuilder(ObjectPostProcessor<Object> objectPostProces
8282
public AuthenticationManagerBuilder(
8383
org.springframework.security.config.annotation.ObjectPostProcessor<Object> objectPostProcessor) {
8484
super(objectPostProcessor, true);
85+
System.out.println("data is secured");
8586
}
8687

8788
/**

0 commit comments

Comments
 (0)