1
0
mirror of synced 2026-08-04 01:07:02 +00:00

fix javadoc typo

This commit is contained in:
SeasonPan
2023-03-20 23:05:41 +08:00
committed by Josh Cummings
parent bb402a706f
commit a44e91d044
6 changed files with 2 additions and 8 deletions
@@ -380,7 +380,6 @@ public abstract class AbstractAuthenticationFilterConfigurer<B extends HttpSecur
/**
* Updates the default values for authentication.
* @throws Exception
*/
protected final void updateAuthenticationDefaults() {
if (this.loginProcessingUrl == null) {
@@ -531,7 +531,7 @@ public class HeadersConfigurer<H extends HttpSecurityBuilder<H>>
* @throws IllegalArgumentException if policyDirectives is {@code null} or empty
* @since 5.1
* @deprecated For removal in 7.0. Use {@link #permissionsPolicy(Customizer)} instead.
* @seeObjectPostProcessorConfiguration FeaturePolicyHeaderWriter
* @see ObjectPostProcessorConfiguration FeaturePolicyHeaderWriter
*/
@Deprecated
public FeaturePolicyConfig featurePolicy(String policyDirectives) {