You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/SecurityProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ public Filter getFilter() {
76
76
publicstaticclassFilter {
77
77
78
78
/**
79
-
* Security filter chain order.
79
+
* Security filter chain order for Servlet-based web applications.
80
80
*/
81
81
privateintorder = DEFAULT_FILTER_ORDER;
82
82
83
83
/**
84
-
* Security filter chain dispatcher types.
84
+
* Security filter chain dispatcher types for Servlet-based web applications.
0 commit comments