mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix WebSecurityConfigurerAdapter Javadoc
The constructor's Javadoc was incorrect. This commit fixes it.
This commit is contained in:
parent
9fcfeaf225
commit
d3b3f8e004
@ -103,7 +103,7 @@ public abstract class WebSecurityConfigurerAdapter implements
|
||||
* enabled. Disabling the default configuration should be considered more advanced
|
||||
* usage as it requires more understanding of how the framework is implemented.
|
||||
*
|
||||
* @param disableDefaults true if the default configuration should be enabled, else
|
||||
* @param disableDefaults true if the default configuration should be disabled, else
|
||||
* false
|
||||
*/
|
||||
protected WebSecurityConfigurerAdapter(boolean disableDefaults) {
|
||||
@ -481,4 +481,4 @@ public abstract class WebSecurityConfigurerAdapter implements
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user