Skip to content

Commit

Permalink
javadocs update - formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Aug 16, 2022
1 parent 2a79dfe commit e12b0b3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
* Typically, subclasses should call super to apply default Vaadin
* configuration in addition to custom rules.
*
* @param http the {@link HttpSecurity} to modify
* @throws Exception if an error occurs
* @param http
* the {@link HttpSecurity} to modify
* @throws Exception
* if an error occurs
*/
protected void configure(HttpSecurity http) throws Exception {
// Use a security context holder that can find the context from Vaadin
Expand Down

0 comments on commit e12b0b3

Please sign in to comment.